Go to file
Devine Lu Linvega 79b5b6ff27 Added orientation to wizards 2023-01-27 20:10:03 -08:00
etc soap monster 2023-01-27 19:56:40 -08:00
src Added orientation to wizards 2023-01-27 20:10:03 -08:00
.gitignore Added walls loading 2023-01-24 19:24:21 -08:00
LICENSE
README.md Flooring 2023-01-23 09:56:42 -08:00
build.sh Added placeholders for blockers 2023-01-27 13:59:54 -08:00

README.md

Oquonie

Oquonie is a puzzle game, written in Uxntal.

Notes

room = new Room(1)
room.floors = [0, 25, 2, 2, 8, 4, 2, 2, 2]
room.walls = [0, 5, 2, 2, 12, 15]
room.steps = [0, 0, 0, 0, 0, 0]
room.audio = 'lobby'
room.theme = 'white'
room.addEvent(new Blocker(1, 1, 10))
room.addEvent(new PillarBase(1, -1, 'nephtaline'))
room.addEvent(new Gate('nephtaline', 0, 2, 40, -1, -1)) // 1 - 40
room.addEvent(new Door(2, 0, 2, -1, 0))
this.rooms[1] = room

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