Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tqZhang1984/gomoku_cpp

 
 

Repository files navigation

Gomoku

CodeFactor

A simple gomoku, using SFML framework, supports mouse/keyboard and controller input, and offers both offline and LAN multiplayer modes.

Rules

The rules are free-style and there are no forbidden moves. Players can decide the order of play in each round.

Modes

  • Online: One player serves as the host while the other joins as a client, allowing games to be played over a local network.
  • Offline: Two players take turns playing the game locally.

Keymap

Keyboard

Key Action
Space Place piece
Backspace Undo
W/A/S/D/Up/Down/Left/Right Move the cursor

Controller

Key Action
A/Cross Place piece
B/Circle Undo
D-pad Move the cursor

About

final project of my cpp programming course, forked from a simple gomoku template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.7%
  • CMake 3.3%