A puzzle game for programmers

Public Library1.0.2updated 7 months ago22.36 KB
COPY
wapm install dosisod/matcha9000

Need help using WAPM?

Get started here

Commands

play

Files

  • Readme.md

Modules

Matcha9000

A puzzle game for programmers.

How To Play

You move your player around the board using op codes. Click on an op code in the bottom right, and it will be added to the queue on the left. Different op codes are unlocked at different levels:

Op CodeLevelDescription
STEP1Move one square forwards
SLEEP2Do nothing
ROTN3Make N clock-wise rotations
USE4Use a button
GOTON5Goto line N
ADDN6Add N to the accumulator
DECN7Subtract N from the accumulator
JIFN8Jump to line N if the accumulator is zero

Clicking on the argument (N) for an op code allows you to change its value.

Running

Go to to the releases page to get the most recent build. They are available in standalone HTML and native Linux/Windows/MacOS binaries.

Alternatively, you can install from WAPM:

wapm install dosisod/matcha9000

<1klast week

Latest version

1.0.2

Latest updated

7 months ago

Unpackaged size

22.36 KB

License

GPL-3.0

Collaborators