PointJS IDE GUI

Create a new project by clicking the "New" button in the upper left corner

How to create a project in PoinJS IDE

Come up with a project name (preferably in English), specify the folder where it will be stored, select "Base Project" and click "Create".

Lessons Getting Started with the PoinJS IDE Game Development Environment

PointJS IDE Interface:
1. Project files
2. Library of game resources
3. Code Editor
4. Hotkey F3 – calling the code library

Project files, code library and editor in PoinJS IDE

5. If the game level map file level.pjs is selected, then zones 3 and 4 are replaced with a visual level map editor

Game level map editor in the PoinJS IDE game development environment

The project files have an extensive library with ready-made examples of games, code and game mechanics

library with ready-made game examples for PoinJS IDE
Lesson 3: My first game
up