https://github.com/nodegame/nodegame-game-template
Template files for a nodeGame game
https://github.com/nodegame/nodegame-game-template
behavioral boilerplate game javascript nodegame template
Last synced: 2 months ago
JSON representation
Template files for a nodeGame game
- Host: GitHub
- URL: https://github.com/nodegame/nodegame-game-template
- Owner: nodeGame
- License: mit
- Created: 2016-07-22T18:21:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T10:48:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T16:44:21.355Z (4 months ago)
- Topics: behavioral, boilerplate, game, javascript, nodegame, template
- Language: JavaScript
- Homepage: http://nodegame.org
- Size: 130 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# Template for a nodeGame game
[](https://travis-ci.org/nodeGame/nodegame-game-template)
Contains the directory structure of a dictator game implemented in nodeGame.
## Use in nodeGame server
NodeGame Server imports some files, e.g. wait and requirements room, as default ones. Changes applied here propagates to server.
## Resources
- [nodeGame Documentation](https://github.com/nodeGame/nodegame/wiki)
## License
[MIT](LICENSE)