Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hroncok/go3moku
Three-dimensional gomoku game
https://github.com/hroncok/go3moku
Last synced: 15 days ago
JSON representation
Three-dimensional gomoku game
- Host: GitHub
- URL: https://github.com/hroncok/go3moku
- Owner: hroncok
- License: isc
- Created: 2013-04-26T13:11:06.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T16:14:48.000Z (over 11 years ago)
- Last Synced: 2024-12-13T20:48:31.373Z (20 days ago)
- Language: Java
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
Go3moku
=======This is a 3D tic-tac-toe game. It offers human to human, as well human to computer or computer to computer gameplay. It has not many features, but works.
![A finished gameplay (computer to computer)](https://github.com/downloads/hroncok/Go3moku/screenshot.png)
Compile
-------
You can compile Go3moku either from Netbeans IDE, or using ant:````
ant jar
````Run
---
After successful compilation. Run Go3moku.jar from dist folder:````
java -jar dist/Go3moku.jar
````Add `--help` for list of available options.
````
java -jar dist/Go3moku.jar --help
````Develop
-------
If you want, you can implement a better user interface by implementing an **UI** interface, or you can create smarter computer players by implementing **Player** interface.License
-------
This is a free software, it is released under the terms of ISC license (more info in COPYING).