dandydanny / arduboyplayground

Experimentations with the Arduboy, an 8-bit, Arduino-compatible handheld game console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduboy Playground

What?

Project snippets that support my experimentations with the Arduboy, an 8-bit, Arduino-compatible handheld game console

Why?

I've always been wanting to get into game development. 8-bit low-poly... uh, pixel, games have a special appeal to me.

Requirements

  1. Arduino IDE
  2. Arduboy console (TODO: there may be a web-based emulator somewhere: include a link)

Setup

  1. Install Arduino IDE
  2. Install required libraries
    • Sketch > Include Library > Manage Libraries
    • Search for Arduboy
    • Install all the libraries ;)
    • Connect Arduboy to development machine via USB
    • Set board type:
      • Tools > Board > Arduino Leonardo
    • Select port:
      • Tools > Port > COM# (Arduino Leonardo)
    • Load or paste in a sketch
    • Click on the upload button to upload the code; Arduboy will reboot and execute the newly uploaded code

About

Experimentations with the Arduboy, an 8-bit, Arduino-compatible handheld game console

License:MIT License


Languages

Language:C++ 100.0%