https://github.com/inflagames/ai-power
https://github.com/inflagames/ai-power
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/inflagames/ai-power
- Owner: inflagames
- License: apache-2.0
- Created: 2024-04-16T20:03:01.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T02:17:20.000Z (over 2 years ago)
- Last Synced: 2025-03-02T06:27:38.661Z (over 1 year ago)
- Language: JavaScript
- Size: 17.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AI Power (Game)
Minimalistic game to participate in the gamedevjs contest (2024).
[]()
[game demo deployed in github](https://inflagames.github.io/ai-power/)
## 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](http://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 script generate the *./dist* folder and at the same time it compress automatically the game in the *ai-power.zip* file.
## Run tests
```
npm test
```
## Author(s)
- [wil92](https://github.com/wil92)
## Contributions
All contributions are welcome.
## License
[LICENSE](./LICENSE.md)