Skip to content

Hobby project for a virtual hardware-limited computer with it's own little programming language

Notifications You must be signed in to change notification settings

MeesCode/TinyBit

Repository files navigation

on a fresh ubuntu install:

make sure the submodules are initializad and pulled:

git submodule init
git submodule update --recursive

install SDL2

sudo apt-get install libsdl2-dev libsdl2-image-dev

compile

make

run

./bin/tinybit

About

Hobby project for a virtual hardware-limited computer with it's own little programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published