Skip to content

Instantly share code, notes, and snippets.

@tobozo
tobozo / Tiny_SpaceInvaders_ESP8266.ino
Last active September 23, 2019 08:58
Porting Tiny Space Invaders for Attiny85 from https://sites.google.com/view/arduino-collection to ESP8266
/*
* >>>>> T-I-N-Y S-P-A-C-E I-N-V-A-D-E-R-S for ESP8266 GPL v3 <<<<
* This version by Tobozo https://github/com/tobozo
* New display library + logic refactoring (still in progress)
* Demo: https://youtu.be/Kfvu-Jfe3oY
*
* Original version:
*
* >>>>> T-I-N-Y S-P-A-C-E I-N-V-A-D-E-R-S for ATTINY85 GPL v3 <<<<
* Programmer: Daniel Champagne 2018