https://github.com/nodegame/myexperiment
A Sample Game to Learn Features of the NodeGame Framework
https://github.com/nodegame/myexperiment
Last synced: 3 months ago
JSON representation
A Sample Game to Learn Features of the NodeGame Framework
- Host: GitHub
- URL: https://github.com/nodegame/myexperiment
- Owner: nodeGame
- License: mit
- Created: 2019-11-25T00:40:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T07:54:02.000Z (about 6 years ago)
- Last Synced: 2025-03-15T00:41:37.421Z (9 months ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# myexperiment
Stefano
## Description
This game is a modification of the default Dictator game generated with:
```
cd bin
node nodegame create-game myexperiment
```
It contains additional steps, bots, and extra features.
### Hands On
1. Add a Tit-for-Tat bot
2. Keep default offer on timeup
3. Let the Observer reply to the Dictator.
## License
[MIT](LICENSE)