Go to file
rekkabell 8c7055ac2c * 2023-03-16 10:03:54 -07:00
etc * 2023-03-16 10:03:54 -07:00
src Fixed issue with redraw happening during dialog 2023-03-15 21:26:14 -07:00
.gitignore Animate file save 2023-02-08 21:16:01 -08:00
LICENSE
README.md
build.sh Setup for initial push of oquonie rom 2023-03-15 20:32:10 -07:00

README.md

Oquonie

Oquonie is a puzzle game, written in Uxntal.

Notes

Oquonie is larger than a standard 64kb rom, it makes use of the MMU. The current memory mapping is:

0000 ram
0001 walls, 40x96 sprites(3c0)
0002 floors, 64x40 sprites
0003 steps, 64x40 sprites
0004 characters, 64x80 sprites
0005 blockers, 64x80 sprites(500)
0006 events, 64x80 sprites
0007 portraits, 88x120 sprites
0008 camilare, 32x32 sprites

Build

You must have an Uxn assembler and emulator.

uxnasm src/oquonie.tal bin/oquonie.rom
uxnemu bin/oquonie.rom

If do not wish to assemble it yourself, you can download oquonie.rom.

builds.sr.ht status

Push

Pushing to the itch.io store.

~/Applications/butler push bin/oquonie.rom hundredrabbits/oquonie:uxn

Support