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
409
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
409 topics · Next page · Previous page · First page
Topic
Last post
I'm wondering if TIC-80 is allowed for commercial use. I'll explain, I want to make something on Fiverr, where people ca...
started by Jamie Apr 29, 2017
1 reply
686 views
If the keyboard is hidden, there doesn't seem to be a way to reopen it. Also, if the app loses focus, then even if they...
started by ciw1973 Dec 10, 2016
8 replies
1,883 views
http://tic.computer/play?cart=78 Its MEGALOVANIA from undertale. enjoy! (first demo for this new addition to tic!)
started by jackj106 Apr 21, 2017
3 replies
546 views
https://github.com/AlRado/Sublime-TIC-80
started by alrado Apr 20, 2017
748 views
No replies yet
Woke up this morning and saw 60 demos were added to the Website . This is a great resource for beginners. Thanks Alrado...
started by trelemar Apr 16, 2017
6 replies
663 views
so i had some suggestions for future updates on TIC 80. Gamejolt: you should upload TIC80 on Gamejolt to expand its comm...
started by jackj106 Apr 17, 2017
2 replies
294 views
function wave(text, x, y, amp) for i=1, #text do local c = text:sub(i, i) print( c, x+i*6, y + amp*math.sin((time()+i*...
started by greygolem Mar 30, 2017
2 replies
709 views
Trevor Martin's Youtube Channel Wha? This dude made 3 great games we have not heard about in this forum? Nesbox, could t...
started by breadbeard Apr 12, 2017
3 replies
796 views
Lua collision-detection library for axis-aligned rectangles. Its main features are: bump.lua only does axis-aligned boun...
started by alrado Apr 12, 2017
3,603 views
No replies yet
I just discovered that lua support operator overloading for tables so I had to test it out. So i tried in TIC-80 and it...
started by hashalon Apr 10, 2017
509 views
No replies yet
I know it is way too early for this question: does tic run on the Nvidia Shield console? Basically it would be downloade...
started by breadbeard Feb 01, 2017
4 replies
808 views
Thanks zep@lexaloffle for great examples! Pico-8 Lua code by zep@lexaloffle: r=64 t=0 ::a:: cls() for y=-r,r,3 do for x=...
started by alrado Mar 24, 2017
1 reply
790 views
Hey there! First off, thanks for creating what looks like a fun, well-put-together project! I especially like that cross...
started by 1000tongues Mar 20, 2017
3 replies
372 views
First of all, the praise, a BIG praise, your TIC-80 is amazing, well done :) The bug(?) happens when I try the demos wit...
started by badlychosenname Feb 27, 2017
11 replies
741 views
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,445 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,117 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
748 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
810 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
587 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
715 views