www.fgks.org   »   [go: up one dir, main page]

Skip to content
forked from nesbox/TIC-80

TIC-80 is a fantasy computer for making, playing and sharing tiny games. This fork will be targeted for iOS and tvOS ports.

License

Notifications You must be signed in to change notification settings

CliffsDover/TIC-80

 
 

Repository files navigation

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. Select the iOS or tvOS target to build.

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 instructions

Windows

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
  • open TIC-80\build\windows\tic\tic.sln and build
  • enjoy :)

Linux

run the following commands in the Terminal

sudo apt-get install git build-essential libgtk-3-dev
git clone https://github.com/nesbox/TIC-80
cd TIC-80
make linux32 (or linux64/arm depending on your system)

About

TIC-80 is a fantasy computer for making, playing and sharing tiny games. This fork will be targeted for iOS and tvOS ports.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.3%
  • C++ 2.1%
  • Java 1.2%
  • Makefile 0.2%
  • Objective-C 0.2%
  • JavaScript 0.0%