https://github.com/undertrox/jtixtax
Java clone of TixTax
https://github.com/undertrox/jtixtax
Last synced: 3 months ago
JSON representation
Java clone of TixTax
- Host: GitHub
- URL: https://github.com/undertrox/jtixtax
- Owner: undertrox
- Created: 2019-11-19T20:40:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T16:20:24.000Z (over 5 years ago)
- Last Synced: 2025-01-09T03:16:14.285Z (4 months ago)
- Language: Java
- Size: 12.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
JTixTax
=======
This is a Simple Clone of the Game TixTax, written in Java.
At the moment it can only be played in the console, against
either a real opponent or and "AI" that chooses a random
move. To change the Player type, simply replace
`new RandomAI(...)` with `new CommandLinePlayer(...)` or vice versa.