Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.17 KB

Pixel Dungeon

An adventure with 64 pixels

PixelDungeon

Description

This is an Arduino project aimed to build a free/open-source handheld video game console based on Arduino and using a 64 RGB pixel matrix as display. It aims to run a minimalistic RPG-game inspired by TinyHack and Rogue-like games and to make it easy to implement other games.

License

This work is released under the GNU General Public License v3. See COPYING for more details.

Illustrations / the actual stuff

Demo

FirstPCB

Special thanks

This work is using the PinChangeInt library and the TimerOne library, both released under the GNU GPLv3. Thanks a lot to their authors.

To-do list

  • (optional) Magic/projectile system
  • First PCB prototype
  • Housing
  • Level designer
  • Implement a ~full map playable map