Skip to content

A terminal gomoku game write in java, supporting multiple player and single player.

License

Notifications You must be signed in to change notification settings

nicholascw/nwgomoku

Repository files navigation

nwgomoku

BuildStatus GitHubLicense GitHubIssues GitHubRepoSize Java

A gomoku game run on terminal support single and multiplayer mode.

Created by Nicholas Wang(@nicholascw), and distributed with GPLv3 license. Some rights reserved.

Obtain

Dependencies:
Java, Bash
Optional:any SSH implementation, screen (To multiplayer via internet)
Build from source
$ git clone https://github.com/nicholascw/nwgomoku.git
$ cd nwgomoku/
$ javac gomoku.java
Compiled Java Class
$ wget https://github.com/nicholascw/nwgomoku/releases/[VERSION]/[VERSION].tar.gz
$ tar xzvf [VERSION].tar.gz

Usage

To run with multiplayer mode:
$ cd /path/to/executable/
$ ./nwgomoku

or

$ cd /path/to/excutable/
$ java gomoku
To run with Single Player mode:
$ cd /path/to/executable/
$ ./nwgomoku single

or

$ cd /path/to/excutable/
$ java gomoku single
To print version:
$ cd /path/to/executable/
$ ./nwgomoku version

or

$ cd /path/to/excutable/
$ java gomoku version

Advanced Usage

Share your console session through SSH or telnet, then view the same session by screen's screen -x option.

About

A terminal gomoku game write in java, supporting multiple player and single player.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages