Minimalistic game to participate in the js14kgames contest. The game is about a ship that need to fight in the galaxy and survive as mush as possible.
You can start the project in develop with the command npm start
. This has live reloading after any change in the code.
Note: after start the project, it can be opened via localhost:9000
To build the project in production and generate the game.zip file, you only need to run the command npm run build
.
Note: the build generate the ./dist folder and compress automatically the game in the azetz.zip file
npm test
All contributions are welcome.