Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

TIC-80

Fantasy computer for making, playing and sharing tiny games. · By Nesbox

Community

New topic
412
Topics

Recent updates

TIC-80 tiny computer 1.1.2837
11
TIC-80 tiny computer 1.1.2837 What's Changed Some keys are not working with foreign keyboard (i.e. right parenthesis for azerty layout) by @nesbox #2310 add bui...
21 files
MacOS 10.13 supports
2
3
Updated macOS build to support 10.13...
2 files
Fantasy computer for making, playing and sharing tiny games.
Released TIC-80 v0.90.1723 Hotfixed
8
CHANGELOG v0.90.1723 CLOSED ISSUES #1517 - [0.90] "Cart has changed" dialog does not close #1513 - map editor: tile cursor not visible in 0.90 #1494 - [0.90] Wa...
12 files
Released TIC-80 v0.90.1706
5
14
CHANGELOG v0.90.1706 Added text selection/copy/paste to the console A cart can be saved and distributes as a PNG image, use save game.png command. TIC-80 can wo...
11 files
Released TIC-80 v0.80.1344
5
13
About 50 closed issues and 40 merged pull-requests. Thanks all for your help!!! Full changelog here https://github.com/nesbox/TIC-80/releases/tag/v0.80.1344...
9 files
Released TIC-80 tiny computer 0.70.2
1
5
CHANGELOG version 0.70.2 ( https://github.com/nesbox/TIC-80/milestone/24?closed=1 ) 0.70.2 GL3 shader error bug #678 Wiki command does nothing on Android bug...
9 files
Released TIC-80 tiny computer 0.70.1
1
8
CHANGELOG version 0.70.1 ( https://github.com/nesbox/TIC-80/milestone/23?closed=1 ) 0.70.1 added own touch keyboard on Android added alternative tiny font, you...
9 files
Relesed TIC-80 0.60.3
2
CHANGELOG version 0.60.3 ( https://github.com/nesbox/TIC-80/milestone/22?closed=1 ) 0.60.3 Persistent Memory (PMEM) moved from 80K RAM layout and has 1KB now (y...
12 files
412 topics · Next page · Previous page · First page
Topic
Last post
can you add basic on tic 80 because it is very hard to learn lua and include a command reference
started by javarice Mar 12, 2017
5 replies
1,477 views
Hi , lately I've been seeing a few really interesting fantasy consoles based on the original PICO-8 idea, so I thought i...
started by Kesi Mar 12, 2017
1,133 views
No replies yet
A fast, lightweight tweening library for Lua with easing functions and the ability to group tweens together. The github...
started by alrado Mar 07, 2017
776 views
No replies yet
Pico-8 Lua code by zep@lexaloffle: t=0 ::a:: cls() t+=1/9 for i=0,1,0.1 do x=64+cos(i+t)*48 y=64+sin(i+t)*24 circfill(x...
started by alrado Mar 03, 2017
3 replies
837 views
I was working on a little projet in TIC-80 and I came accross a problem: I have a shape made of a circle and a rectangle...
started by hashalon Mar 04, 2017
3 replies
609 views
Inspired by Philippo demo I wrote this ) You can control with the cursor. -- 'tunnel' mini-demo by Al Rado -- constants...
started by alrado Feb 09, 2017
9 replies
736 views
-- title: Trace all global variables -- author: Al Rado 28.02.2017 -- desc: Standard Lua demo -- script: lua -- input: g...
started by alrado Feb 28, 2017
3 replies
711 views
work in progress... I'm playing ' Quest for Glory ' with pico8 palette here
started by Nesbox Dec 17, 2016
5 replies
1,828 views
-- title: TIC-80 controller test -- author: Al Rado 16.02.2017 -- desc: controller test, only moonScript -- script: moon...
started by alrado Feb 16, 2017
434 views
No replies yet
is there bugs so I cannot play?
started by Bonehead Feb 14, 2017
2 replies
579 views
Is not the double--trace "--- comments here" command supposed to be ignored by the byte counter of the script? I just re...
started by Victoro Feb 13, 2017
6 replies
655 views
-- title: Controller test -- author: Al Rado -- script: lua -- input: gamepad TITLE="Controller test" UP="Up" DOWN="Down...
started by alrado Feb 12, 2017
424 views
No replies yet
How exactly do I read pixels from the sprite memory? I can't figure out the math needed to convert the X,Y to the correc...
started by 10c8 Feb 10, 2017
2 replies
822 views
Name change: It seems tic has become tic-80! This is a very good idea, since the word "tic" gets a lot of "tic tac toe"...
started by breadbeard Feb 10, 2017
4 replies
611 views
I made a game in TIC. It's kinda like breakout. https://spazzylemons.itch.io/ticochet unfinished right now, I'll improve...
started by spazzylemons Feb 09, 2017
5 replies
647 views
For example, Pico-8 there are several methods: _draw (), _init (), _update (), _update60 () It may be worth adding metho...
started by alrado Feb 01, 2017
9 replies
669 views
Hello, for my current project, I ran in need of rendering an huge image into the screen. So I have realized an algorithm...
started by deck Feb 05, 2017
9 replies
1,219 views
Where I can find the address of .tic files on Ubuntu 14.04? on Win10, the directory is: \AppData\Roaming\TIC - tiny comp...
started by DallOner Jan 17, 2017
7 replies
703 views
hi, i am VERY confused right now. I've been trying to recreate slot cars in tic, but the checkpoint style race code I've...
started by jackj106 Dec 20, 2016
20 replies
1,894 views
Here the first program I made with TIC: a BrainF**k interpreter in moonscript --[moonscript] --brainfuck interpreter by...
started by hashalon Jan 27, 2017
5 replies
1,033 views