Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
- Gradle

Run the Game
============
Run the game with the gradle command from the root of the source directory.
```
gradle run
```