Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gciatto/mnkgame
Tic Tac Toe generalized to m rows, n columns and k lines
https://github.com/gciatto/mnkgame
Last synced: about 1 month ago
JSON representation
Tic Tac Toe generalized to m rows, n columns and k lines
- Host: GitHub
- URL: https://github.com/gciatto/mnkgame
- Owner: gciatto
- Created: 2017-01-04T17:11:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T08:53:58.000Z (about 1 year ago)
- Last Synced: 2024-10-23T07:50:53.196Z (3 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Generalized TicTacToe
=====================* To run:
```sh
./gradlew run
```* To jar:
```sh
./gradlew jar
```
This will create the `mnkgame.jar` file into the `./build/libs/` directory.The syntax for the `.jar` program is:
```
java -jar ./path/to/mnkgame.jar [-m ] [-n ] [-k ]
```Default values for `m`, `n` and `k` is `3`.