This fork will be targeted for iOS and tvOS ports.
Please init and update submodules before building the project.
git submodule init
git submodule update
Project file can be found in Xcode folder.
This is the official issues tracker of https://tic.computer. If you are experiencing a bug or would like to see a new feature browse existing issues or create a new one.
Documentation is available in the wiki.
Thanks!
- install Visual Studio 2015
- install GIT
- run following commands in
cmd
git clone https://github.com/nesbox/3rd-party
git clone https://github.com/nesbox/TIC-80
- open
TIC-80\build\windows\tic\tic.sln
and build - enjoy :)
follow the instructions in the tutorial https://matheuslessarodrigues.github.io/tic80-build-tutorial/ made by @matheuslessarodrigues
run the following commands in the Terminal
sudo apt-get install git build-essential libgtk-3-dev libsdl2-dev lua5.3-dev zlib1g-dev
git clone https://github.com/nesbox/3rd-party
git clone https://github.com/nesbox/TIC-80
cd TIC-80
make linux
You can find iOS/tvOS version here https://github.com/brunophilipe/TIC-80