Skip to content

maip/gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gomoku

Gomoku is a game played on a 15x15 grid with two players. The goal is to get 5 pieces in a row in any direction.

This is a GUI game implemented in Java. Click the mouse to place a piece on the grid. Press the Enter key to reset the game.

To play, type the following commands in command line: javac *.java java Gomoku

Or to create a jar file: javac *.java echo Main-Class: Gomoku >manifest.txt jar cvfm Gomoku.jar manifest.txt *.class

About

Honors contract for CSE205

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages