Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 771 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 771 Bytes

PaintDS is no longer maintained. Please see here.

PaintDS

Paint DS is a panting application for the Nintendo DS.

Features

  • Pencil tool: for drawing
  • Eraser tool: for erasing things (and drawing with white)
  • Fill tool: for filling areas with a color
  • Shapes tool: fopr creating shapes (rectangles, triangles and lines)

Building

To build the game from source, run make. To build and then run, run make build run (note that you have to set the emulator path first in the Makefile). To run without building run make run. To rebuild run make clean build. Finally, to rebuild and run, run make clean build run.

Prerequisites for building

  • devkitpro for Nintendo DS development installed