![]() |
![]()
| ![]() |
![]()
NAMEgobang - Console-based Gomoku game SYNOPSISgobang [-v | -h] DESCRIPTIONgobang is a Gomoku game that runs in the console. Players can choose to play against another player or challenge an AI opponent with different difficulty levels. The game is played on a 15x15 board, with the goal of connecting five pieces horizontally, vertically, or diagonally. OPTIONSGAME MODES
AI DIFFICULTY LEVELSCONTROLSPlayers place pieces by inputting row and column coordinates. The coordinate format is "row column", e.g., "7 8" or "A B". Row coordinates range from 0-9 and A-E, column coordinates range from 0-9 and A-E. Enter 'q' or 'Q' to quit the game at any time. Enter '?' during your turn to get AI assistance for the best move. GAME INTERFACEThe game interface is presented in the console using ASCII characters. The board consists of a 15x15 grid, with '·' representing intersections. Black pieces are represented by '●', and white pieces by '○'. The board edges are labeled with coordinates for easy player reference. Here's an example of a game board in progress:
EXAMPLES
AUTHORQiang Guo <bigdragonsoft@gmail.com> COPYRIGHTCopyright (C) 2024 BigDragonSoft (bigdragonsoft.com) BUGSIf you find any bugs or have suggestions for improvements, please visit the project's GitHub page to submit an issue: https://github.com/bigdragonsoft/gobang
|