Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.17 KB

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).