Difference between revisions of "BigClockSnake"

From Nottinghack Wiki
Jump to navigation Jump to search
(cat)
Line 11: Line 11:
 
* 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
 +
 +
[[Category:Projects]]
 +
[[Category:Arduino]]

Revision as of 16:21, 18 December 2018

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