7279da73d90d9c9f78d1b8141e360c00b32a10ff
By adding the 3rd-party repository as a submodule, we ensure users have all the 3rd-party required to build TIC-80. Also, if the 3rd party repository is updated, we will only need a single commit at TIC-80 repository to point to the newer head.
TIC-80 issues tracker and wiki
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!
Build instructions
Windows
with Visual Studio 2015
- install Visual Studio 2015
- install GIT
- run following commands in
cmd
git clone https://github.com/nesbox/TIC-80
- open
TIC-80\build\windows\tic\tic.slnand build - enjoy :)
with MinGW32
follow the instructions in the tutorial https://matheuslessarodrigues.github.io/tic80-build-tutorial/ made by @matheuslessarodrigues
Linux
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/TIC-80
cd TIC-80
make linux
iOS / tvOS
You can find iOS/tvOS version here https://github.com/CliffsDover/TIC-80
Description
Languages
C
85.6%
Java
11.3%
C++
1.5%
Makefile
0.4%
Objective-C
0.4%
Other
0.8%