Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shanesatterfield/nodeal
A clone of the game Deal or No Deal which will take a banker AI and a player AI and pit them against each other.
https://github.com/shanesatterfield/nodeal
Last synced: about 18 hours ago
JSON representation
A clone of the game Deal or No Deal which will take a banker AI and a player AI and pit them against each other.
- Host: GitHub
- URL: https://github.com/shanesatterfield/nodeal
- Owner: shanesatterfield
- Created: 2014-12-09T20:13:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T18:47:09.000Z (almost 10 years ago)
- Last Synced: 2023-03-24T05:59:54.302Z (over 1 year ago)
- Language: Java
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NoDeal
======A clone of the game Deal or No Deal which will take a banker AI and a player AI and pit them against each other.
Dependencies
============
- Java 8
- GradleRun the Game
============
Run the game with the gradle command from the root of the source directory.
```
gradle run
```