Skip to content

Gomoku board game for 2 players, with Swap and Swap2 opening rules. Implementation done in C++ with the Simple DirectMedia Layer (SDL) Library.

License

Notifications You must be signed in to change notification settings

CristianSimion5/gomoku-cpp-sdl

Repository files navigation

Gomoku in C++

Gomoku is a 2-player board game where players take alternating turns placing stones on empty intersections with the goal to form a line of 5 vertically, diagonally or horizontally.

This variation uses a non-standard 20x23 board (most boards are either 15x15 or 19x19).
It also has two available opening rules which help maintain equal odds for both players: Swap and Swap2.

The implementation was done in C++. The GUI rendering was accomplished using the Simple DirectMedia Layer (SDL) Library.

About

Gomoku board game for 2 players, with Swap and Swap2 opening rules. Implementation done in C++ with the Simple DirectMedia Layer (SDL) Library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published