yaochenkun / gomoku-game

A simple Gomoku game implemented with graphics library EasyX in C.一个基于EasyX图形库与C语言的五子棋游戏。

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gomoku

A simple Gomoku game implemented with graphics library EasyX in C.

Screenshot

Download and Run

Just dowanload and open 五子棋游戏.exe

Environment and Configurations

  • Download and install VC++6.0.
  • Download and install EasyX库 2012立冬版. (If you cannot visit the download link, this repository has also provided the installation package, and you can just download from here.)
  • Compile the source code file 'xxx.cpp' by VC, and then you can run and play the game.

Key Points

  • Use 3 identifiers to represent the status (empty, black cell and white cell) of each cell in chessboard.
  • Design a Decision Algorithm to judge whether there's one side who has won the game at present.

About

A simple Gomoku game implemented with graphics library EasyX in C.一个基于EasyX图形库与C语言的五子棋游戏。


Languages

Language:C++ 100.0%