Skip to content

ArturWagnerBusiness/Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Engine

To run it for yourself you first need to install all of the dependencies in the package.json.
Normaly you would compile all of the typescript but that wont work anymore.
Please run the package.json script to start the application with the already exisiting js files.

$ npm run start

Build should be available on my github website

On a side note, I used electron-packager to create a runnable application.