Work In Progress: Guile Scheme support for TIC-80
Go to file
Guilherme Medeiros 67e6dc281f Remove whitespaces when pasting a new palette
Im trying to solve issue https://github.com/nesbox/TIC-80/issues/455.
When copying a hex palette from the web, it palette may contain spaces, tabs or carriage commands (\r or \n).
Pasting it on TIC-80 will not work, making the users life difficult (they have to fix the string in an editor).

This commit enables pasting hex palettes with blank spaces.
2017-12-10 15:00:12 -03:00
bin variable in the config to show/hide shadow #424 2017-12-07 17:03:22 +03:00
build .50.1 build 2017-11-28 09:33:01 +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 no message 2017-11-30 13:10:20 +03:00
include no message 2017-12-01 09:40:06 +03:00
lib .50.1 build 2017-11-28 09:33:01 +03:00
src Remove whitespaces when pasting a new palette 2017-12-10 15:00:12 -03:00
tools/bin2txt compilation fix 2017-09-26 13:13:46 +03:00
.gitignore macosx changes 2017-11-24 13:33:01 +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 no message 2017-11-21 20:34:01 +03:00
README.md updated linux build instructions 2017-11-10 12:37:50 +03:00
config.tic variable in the config to show/hide shadow #424 2017-12-07 17:03:22 +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
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 :)

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