BigClockSnake: Difference between revisions
Jump to navigation
Jump to search
Created page with "== BigClockSnake == The aim was to bring the Snake game to one of the BigClocks, as it's simple to implement and should run well on an Arduino. Progress so far: <br /> {..." |
mNo edit summary |
||
Line 8: | Line 8: | ||
Todo: <br /> | Todo: <br /> | ||
* Some kind of remote control. | * Some kind of remote control. Maybe web based so a smart phone can be used. | ||
* Split screen for two games. The screen's a bit big (and slow) for one game. | * Split screen for two games. The screen's a bit big (and slow) for one game. | ||
* Reporting score? Need to add a font lib to the sketch | * Reporting score? Need to add a font lib to the sketch |
Revision as of 19:46, 22 August 2013
BigClockSnake
The aim was to bring the Snake game to one of the BigClocks, as it's simple to implement and should run well on an Arduino.
Progress so far:
Source code is on Github.
Todo:
- Some kind of remote control. Maybe web based so a smart phone can be used.
- Split screen for two games. The screen's a bit big (and slow) for one game.
- Reporting score? Need to add a font lib to the sketch