Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/curtisbright/ataxx-ai
The game Ataxx with AI
https://github.com/curtisbright/ataxx-ai
Last synced: 3 months ago
JSON representation
The game Ataxx with AI
- Host: GitHub
- URL: https://github.com/curtisbright/ataxx-ai
- Owner: curtisbright
- License: other
- Created: 2012-11-16T04:18:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T03:37:33.000Z (over 2 years ago)
- Last Synced: 2024-08-02T01:25:41.688Z (6 months ago)
- Language: C++
- Homepage:
- Size: 518 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
- License: LICENSE
Awesome Lists containing this project
README
Ataxx AI
====================
by Curtis Bright
www.curtisbright.com
====================This is an implementation of the game Ataxx. Its main features are:
* Cross-platform GUI using wxWidgets
* Controllable difficulty of AI
* Unlimited undo and redo
* Load and save games as simple text files
* Edit mode allowing board to be freely modified
* Free software released under the FreeBSD licenseThere is also a "console" version that uses a textual interface if you don't want to use wxWidgets.