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/
$ ./nwgomokuor
$ cd /path/to/excutable/
$ java gomoku$ cd /path/to/executable/
$ ./nwgomoku singleor
$ cd /path/to/excutable/
$ java gomoku single$ cd /path/to/executable/
$ ./nwgomoku versionor
$ cd /path/to/excutable/
$ java gomoku versionShare your console session through SSH or telnet, then view the same session by screen's screen -x option.