Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hparker/tis
- Owner: HParker
- Created: 2016-11-20T18:58:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T19:10:17.000Z (about 8 years ago)
- Last Synced: 2024-12-11T13:47:20.166Z (15 days ago)
- Language: Elm
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.