Work In Progress: Guile Scheme support for TIC-80
Go to file
BADIM-PC\Vadim 2ea41a63d9 bug in SURF #304 2017-09-28 17:20:27 +03:00
bin Browser hang if i run html-build, in native build OK. JavaScript. #306 2017-09-28 16:21:02 +03:00
build added 3rd-party libs 2017-09-26 21:27:11 +03:00
demos opening TIC-80 sources 2017-09-26 09:59:34 +03:00
docs/logo opening TIC-80 sources 2017-09-26 09:59:34 +03:00
examples opening TIC-80 sources 2017-09-26 09:59:34 +03:00
include opening TIC-80 sources 2017-09-26 09:59:34 +03:00
lib added 3rd-party libs 2017-09-26 21:27:11 +03:00
src bug in SURF #304 2017-09-28 17:20:27 +03:00
tools/bin2txt compilation fix 2017-09-26 13:13:46 +03:00
.gitignore opening TIC-80 sources 2017-09-26 09:59:34 +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
README.md Update README.md 2017-09-26 21:38:04 +03:00
config.tic opening TIC-80 sources 2017-09-26 09:59:34 +03:00
makefile opening TIC-80 sources 2017-09-26 09:59:34 +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!

Building with Visual Studio 2015

  • install Visual Studio 2015
  • install GIT
  • run following commands in cmd
mkdir tic
cd tic
git clone https://github.com/nesbox/3rd-party
git clone https://github.com/nesbox/TIC-80.git
  • open TIC-80\build\windows\tic\tic.sln and run build
  • enjoy :)