Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lisphacker committed Oct 25, 2023
1 parent f619200 commit ae79e00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Project: tis100
# tis100

This is a Haskell implementation of an emulator for the Tesselated Intelligence System processor defined in the [Zachtronics game TIS100](http://www.zachtronics.com/tis-100/). It uses the assembly save format from the game and the layout and I/O specification defined in another [C-based open-source emulator implementation](https://github.com/Phlarx/tis).

Thanks to [Derek Anderson](https://github.com/Phlarx) for the layout and I/O format spec and [Clara Schaertl Short et al](https://github.com/kk4ead) for the [best practices document](https://kk4ead.github.io/tis-100/).

0 comments on commit ae79e00

Please sign in to comment.