Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rieselhilfe/letstesselate
tis100-like emulator for a fictional multicore system.
https://github.com/rieselhilfe/letstesselate
assembly emulator go golang programming-game tis-100 zachtronics
Last synced: about 1 month ago
JSON representation
tis100-like emulator for a fictional multicore system.
- Host: GitHub
- URL: https://github.com/rieselhilfe/letstesselate
- Owner: Rieselhilfe
- License: gpl-3.0
- Created: 2018-04-10T18:54:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-12T11:05:20.000Z (over 5 years ago)
- Last Synced: 2023-06-13T23:16:03.602Z (over 1 year ago)
- Topics: assembly, emulator, go, golang, programming-game, tis-100, zachtronics
- Language: Go
- Size: 81.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LetsTesselate
Inspired by the tis100, LetsTesselate is an emulator for a fictional multicore system which is programmed in it's own
special, easy to learn but powerful assembly language based on redcode, the language of core wars. A powerful prefix-system combined with a tis100-like multicore layout is hopefully as interesting as fun to play with.
I will try to make the learning easy with some tutorial puzzles but all in all this will be more of an emulator than a game.
The entire emulator will be written in golang. An additional gui frontend will be written in python.