PJW48 Othello: My self-made QB64 game based on ASCII

Posted on: Posted on

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

Enjoy the game!

Leave a Reply

Your email address will not be published. Required fields are marked *