Skip to content

SanjoSolutions/game-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Maker

Godot Engine is recommended, in case that you look for a game maker or game engine.

How the app looks

Features

  • Map editor
    • Tools
      • Pen
      • Area
      • Fill
      • Select
        • Cut
        • Cut and paste
        • Copy and paste
    • Large tile maps
    • Multiple levels (layers)
    • Multiple tile sets
    • Undo
    • Export and import from JSON
    • Automatic saving (in browser storage)
    • Keybindings
    • Toggle grid
    • Toggle: render only current level
    • Zooming

Keyboard shortcuts

  • Increment level: Ctrl + Arrow up
  • Decrement level: Ctrl + Arrow down
  • Delete selected tiles: Backspace or delete
  • Moving the map: hold space and move the mouse.

There are more shortcuts, which are documented in the titles of the GUI elements (just hover over the GUI element to display the shortcut if it has one).

Running it on your computer

Prerequisites

  • Node.js

Installation

git clone https://github.com/SanjoSolutions/game-maker.git
cd game-maker
npm install

Running

npm run start

Test project

There is a test project that showcases some of the features.

cd test-project
npm install
npm run start