I developed a simple Othello using QB64.
Like NetHack-style games, it’s written in ASCII.
Key Operation
- Ready:
- 1, 2: Toggle player (MAN/COM).
- Enter: Start game. (or continue it if suspended)
- R: Abandon game. (if suspended)
- Esc: Exit the game.
- In a stage:
- Arrow Key: Move the cursor.
- Z Key: Set a piece.
- Esc: Stop the game.
Download
- Source Code (Direct): Download BAS
- Source Code (GitHub): https://github.com/JuwanPark/QB64/tree/main/Othello
- Windows EXE (x64): Download ZIP
Enjoy the game!