Skip to content

kristus123/game-engine

Repository files navigation

game-engine

Coding conventions

  • Imports are added automatically so you don't need to import stuff, also it will crash if you include imports within static/
  • In every file, you can export one thing, and that one thing should have the same name as the file
  • ´./lint.sh´ will take care of the code convention

First time set up

npm install

run locally

npm run start

then open http://localhost:5000

Run linter

./lint.sh

Play anywhere

Play game

Work with the GUI

You can open the gui here

http://localhost:5000/static/ui/test.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages