Pocket Othello
Copyright (C) 2017 Wang Renxin. All rights reserved.
Introduction
Pocket Othello is an Othello game for the Arduboy.
Installation
1. Use the precompiled
- Use an Arduboy uploader to upload the
/out/pocket_othello.hex
to your Arduboy. - Or use an Arduboy manager to upload the
/out/pocket_othello.arduboy
package.
2. Use the sketch
- Make sure you have the Arduino IDE installed and the Arduboy board package installed and selected.
- Open the
/pocket_othello/pocket_othello.ino
sketch with the Arduino IDE. - Compile and upload the sketch.