Minimalistic game to participate in the gamedevjs contest (2024).
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 script generate the ./dist folder and at the same time it compress automatically the game in the ai-power.zip file.
npm test
All contributions are welcome.