https://github.com/gciatto/mnkgame
Tic Tac Toe generalized to m rows, n columns and k lines
https://github.com/gciatto/mnkgame
Last synced: 4 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T08:53:58.000Z (over 1 year ago)
- Last Synced: 2025-02-04T21:23:15.955Z (5 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`.