Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 693 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 693 Bytes

Arduventure

A game that plays on an Arduino Mega 2560 using no external libraries other than the standard AVR/Arduino ones. Using my Arduino-VGA code, I decided to make a little Atari 2600 "Adventure" -esque game. Check Arduventure.cpp and Arduventure.h for which pins to hook everything to.

Building

This project uses PlatformIO to build, although if you threw all of the files from include and src into the same folder and renamed Arduventure.cpp to Arduventure.ino it would probably work fine with the regular Arduino IDE.