A gomoku game run on terminal support single and multiplayer mode.
Created by Nicholas Wang(@nicholascw), and distributed with GPLv3 license. Some rights reserved.
Java, Bash
Optional:any SSH implementation, screen (To multiplayer via internet)
$ git clone https://github.com/nicholascw/nwgomoku.git
$ cd nwgomoku/
$ javac gomoku.java
$ wget https://github.com/nicholascw/nwgomoku/releases/[VERSION]/[VERSION].tar.gz
$ tar xzvf [VERSION].tar.gz
$ cd /path/to/executable/
$ ./nwgomoku
or
$ cd /path/to/excutable/
$ java gomoku
$ cd /path/to/executable/
$ ./nwgomoku single
or
$ cd /path/to/excutable/
$ java gomoku single
$ cd /path/to/executable/
$ ./nwgomoku version
or
$ cd /path/to/excutable/
$ java gomoku version
Share your console session through SSH or telnet, then view the same session by screen's screen -x option.