- It is a Gomoku, or Five-in-a-Row game based on Pyxel, a retro-2D game Engine.
- In this game, the human player, a.k.a. player 1, plays against a bot program, or Player 2.
- Game UI Resolution (Vertically * Horizontally): 520 * 480 pixels
- Instructions: Use mouse cursor and 'SPACE' key to place the chess piece; 'Q' key to quit the program at any time; 'R' key to skip the waiting time between each round.
- Only sound in this game is played after a player won the round.
- For Children between the age of 5 and 9 on Eastern US, bot's winning rate is around 40 %.
- For some time, it does not try to place chess to win.
- When human player places chess pieces in 2 or more rows, it only reacts to one row.
- It does not sort out priorities between stopping player 1 or winning the round.