Work In Progress: Guile Scheme support for TIC-80
Go to file
Vadim Grigoruk 1854e51f1c
Merge pull request #508 from frenetic/3rd-party-submodule
Add 3rd-party repository as a submodule
2018-01-22 11:13:19 +03:00
3rd-party@c3f37f4431 Add 3rd-party repository as a submodule 2018-01-19 18:25:54 -03:00
bin .60.3 hotfix 2018-01-13 15:16:03 +03:00
build Merge pull request #508 from frenetic/3rd-party-submodule 2018-01-22 11:13:19 +03:00
demos Add perfomance_monitor to demo carts #395 2017-11-20 12:09:21 +03:00
docs/logo opening TIC-80 sources 2017-09-26 09:59:34 +03:00
examples Use mouse and gamepad simultaneously #484 2017-12-27 15:47:33 +03:00
include update to SDL 2.0.7 #502 2018-01-10 12:30:19 +03:00
src Merge pull request #513 from technomancy/ctrl-page 2018-01-22 11:04:32 +03:00
tools/bin2txt bin2txt/makefile uses old 3rd-party libs paths #504 2018-01-11 11:42:31 +03:00
.gitignore Revert "no message" 2018-01-09 16:24:35 +03:00
.gitmodules Add 3rd-party repository as a submodule 2018-01-19 18:25:54 -03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-07-31 13:18:06 +03:00
LICENSE opening TIC-80 sources 2017-09-26 09:59:34 +03:00
Makefile Add 3rd-party repository as a submodule 2018-01-19 18:25:54 -03:00
README.md Add 3rd-party repository as a submodule 2018-01-19 18:25:54 -03:00
config.tic #497 USE_VSYNC added to the config (true by default) 2018-01-11 13:29:44 +03:00

README.md

TIC-80 issues tracker and wiki

Discord chat

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.sln and 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