An Othello / Reversi Game in VB5 / 6

CodeGuru content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More.

This code sample shows how to build the Reversi Game in VB and the logic behind the moves made by the computer. It also demonstrates some good graphical techniques.

Screen-Shot

PROJECT NAME

Othello.vbp

ENVIRONMENT

This is a VB5 project, which will run under Windows 9x. No other than basic VB-controls are used.

YOU CAN LEARN

The code is too specific for this game, so you only can learn how to implement game rules & thinking, besides some general graphical skills…

COPYRIGHT

None. I made the code myself and everybody is free to use it.

RUNTIME FILES

  • Othello.exe
  • othhelp.htm
  • othello.gif

CODE FILES

  • Othello.vbp/.vbw
  • frmOth.frm/.frx
  • frmStart.frm/frx
  • othello2.ico

Download Zipped Project File (38k)

More by Author

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends & analysis

Must Read