Skip to content

nickav/game-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-engine

Getting started

Install yarn. Then in this project directory run:

yarn

This will install all the project dependencies. When adding new dependencies, be sure to also commit the yarn.lock file. Read more about Managing Dependencies.

Developing

Keep this running in the background:

yarn start

Now navigate to http://localhost:4000 to view the demo app.

Building

Create a production build of the app:

yarn dist

About

lightweight js game engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published