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 /> {..." |
infobox + youtube widget aspect ratio |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== BigClockSnake == | {{Project | ||
|image=File:Project Bigclocksnake.PNG | |||
|name=BigClockSnake | |||
|primary=[[user:Daniel|Daniel]] | |||
|created=22/08/2013 | |||
|completeddate= | |||
|dormantdate= | |||
|version= | |||
|members= | |||
|status=In Progress | |||
|type=member | |||
|livestatus= | |||
|qrmode=1 | |||
}} | |||
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. | 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 /> | Progress so far: <br /> | ||
{{#widget:YouTube|id=FwEAm7gwVj8}} <br /> | {{#widget:YouTube|id=FwEAm7gwVj8|width=640}} <br /> | ||
Source code is on [https://github.com/daniel1111/BigClockSnake Github]. <br /> | Source code is on [https://github.com/daniel1111/BigClockSnake Github]. <br /> | ||
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 | ||
[[Category:Projects]] | |||
[[Category:Arduino]] |
Latest revision as of 13:12, 6 February 2019
BigClockSnake | |
---|---|
Primary Contact | Daniel |
Created | 22/08/2013 |
Status | In Progress |
Type | Members Project |
QR code |
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