Skip to content

inflagames/azetz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Guillermo Gonzalez
Sep 10, 2021
6210f7d · Sep 10, 2021
Aug 22, 2021
Sep 10, 2021
Sep 9, 2021
Sep 9, 2021
Aug 21, 2021
Aug 31, 2021
Aug 29, 2021
Aug 22, 2021
Sep 9, 2021
Sep 9, 2021
Sep 9, 2021
Sep 3, 2021
Sep 3, 2021
Aug 31, 2021
Aug 31, 2021
Aug 22, 2021

Repository files navigation

Azetz game

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.

demo

Develop mode

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

Build project

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

Run tests

npm test

Author(s)

Contributions

All contributions are welcome.

License

LICENSE