technomancy / TIC-80

TIC-80 is a fantasy computer for making, playing and sharing tiny games.

Home Page:https://tic.computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/3rd-party
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/3rd-party
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

About

TIC-80 is a fantasy computer for making, playing and sharing tiny games.

https://tic.computer

License:Other


Languages

Language:C 83.5%Language:Java 13.0%Language:Makefile 1.8%Language:C++ 0.8%Language:JavaScript 0.4%Language:Objective-C 0.3%Language:HTML 0.2%