Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.05 KB

Pixel Dungeon

An adventure with 64 pixels

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.

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

  • Magic/projectile system (require to add button 'B')
  • Converter PNG map to map implementation
  • Implement a ~full map playable map
  • Work on a first PCB version
  • Work on housing