Skip to content
/ Gomoku Public

A small game like tic-tac-toe except larger board and you need 5 in a row.

Notifications You must be signed in to change notification settings

kf4x/Gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Gomoku

I created this for UNM CS 251 Lab2

To get the full gaming experience you must run from the terminal.

To compile:

javac -cp "lab2.jar:." Gomoku.java

To run and play:

java -cp "lab2.jar:." Gomoku person	

To play against the computer:

java -cp "lab2.jar:." Gomoku computer	

If you do not include an arg it assumes you are playing agaist the computer.

About

A small game like tic-tac-toe except larger board and you need 5 in a row.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages