Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.