Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 743 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 743 Bytes

Prove Thine Worth

The source code of my game Prove thine Worth, a game about a prince escaping a dungeon.

cat-gif

This game was made with an unreleased framework made by rxi.

The framework has the following limitations:

  • 128x128 screen resolution

  • A single 128x128 sprite sheet

  • A single 128x64 tilemap

  • A maximum of 7 colors (plus transparency)

  • 6 buttons (4 directions + 2)

  • 4 oscillators for sound and music (music can be made in the update() callback)

  • Lua stripped of most functions, limited to a maximum of 256kb VM memory