Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hparker/tis

RISC programming game for the Invoca hackathon
https://github.com/hparker/tis

Last synced: 6 days ago
JSON representation

RISC programming game for the Invoca hackathon

Awesome Lists containing this project

README

        

# TIS [demo](http://hparker.github.io/tis)

![TIS Screenshot](/images/TIS.png)

This is the project submitted to
[The Invoca Hackathon](http://blog.invoca.com/developers-working-weekend-recap-invoca-hackathon/)
winning the prize for best use of functional programming.

## How to play

The goal is to map your expected outputs to actual outputs.

The available commands are

| cmd | description | example |
| --- | ------------------------ | ----- |
| MOV | Take the contents of one location in memory and move it to another | MOV LEFT ACC |
| INC | Increases the value of the ACC register by one | INC |
| SWP | Swap the values of ACC to BAK | SWP |
| ADD | Add | ADD LEFT |

All feedback is appreciated.