gotgraham / arduino-laser-asteroids

Arduino implementation of Asteroids.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Laser Asteroids

The asteroids game has been re-written - converting it from a raster based implementation to vector based in order to be compatible with the laser galvo projector.

Based on three projects:

Projector setup / hardware / pinouts is described here: https://www.instructables.com/Arduino-Laser-Show-With-Real-Galvos/

Uses a Sega Genesis controller for input:

Controller Pin -> Arduino Input

LEFT 3 -> D3 RIGHT 4 -> D2 UP 1 -> D4 DOWN 2 -> D8 C (fire) 6 -> D9 +5 5 GND 7

Licensed under LGPL v2.1 as Asteroids for Hackvision carries that license.

About

Arduino implementation of Asteroids.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 91.2%Language:C 8.8%