Skip to content
/ gomoku Public

Abstract strategy board game, AI, network mode - Java SE, Swing

License

Notifications You must be signed in to change notification settings

makaw/gomoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gomoku

Gomoku (alias "Five in a Row") is an abstract strategy board game. You can play against the computer or with a friend (in the network mode – this project contains a server – or in the hot-seat mode).

Wikipedia: Gomoku

Rules

It is played with black and white stones on a board with 15x15 intersections. Players variably place their stones on a board. The goal is to get an unbroken row of five stones horizontally, vertically, or diagonally.

AI

The NEGASCOUT algorithm - avianey/minimax4j


Client window

Server console


Gomoku

Gomoku (alias "Five in a Row") to gra logiczno-strategiczna. Gra z komputerem, w trybie sieciowym (projekt zawiera serwer), lub w trybie hot-seat.

Wikipedia: Gomoku

Zasady gry

W wersji standardowej, gra toczy się na planszy 15x15 pól, gracze na przemian układają na wolnych polach czarne i białe kamienie. Celem jest ułożenie pięciu kamieni w ciągłej linii (pionowo, poziomo lub ukośnie).

About

Abstract strategy board game, AI, network mode - Java SE, Swing

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published