Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

ATSxp

52
Posts
11
Topics
21
Followers
14
Following
A member registered Jul 28, 2021 · View creator page →

Creator of

Recent community posts

GOLD

Muito bom!!

Great game, I loved the gameplay, it's very fun and challenging

Opa, muito obrigado, espero ver mais jogos incriveis de vocês. =)

Amei o jogo, muito lindo e bem feito, amo ver como os jogos feitos com o Butano são tão incriveis!! Eu queria saber como vocês colocaram a ROM pra rodar em browser, tenho idéia de que usa o gba.ninja, mas como =\ ?? Parabéns pelo game =)

(1 edit)

The graphics and gameplay are AWEASOME!!

Gostei bastante da gameplay e do visual =)

(1 edit)

Awesome game!!!!!!!

(1 edit)

Después de matar al jefe, este soltará la puerta por la que entraste, luego debes encontrar la salida del juego (está en esa área de los puentes). Si la puerta del jefe no se abrió, debe haber fallado, pero de todos modos, muchas gracias por jugar =)

I loved it!!!

FINALLY I was able to play the game demo on a computer, I wanted to praise the collision system, so perfect!!!!!!!!!!!!!!!!!!!!

yeah, you were right, I should have installed the windowsxp version, but I'm still confused as to why my computer shows that my OS is 64bit =|

strange as my windows is 64bit but if i install the 32bit version do you think it will work?

look:

TIC-80 community · Created a new topic My TIC not work

Hello, I was wondering why my TIC is doing this when I run it.

Thank you so much for liking it =

Jogo espetacular =)

Alright, thanks a lot for responding.

My tablet's Android is 4.4.4, tic80 is no longer in my playstore, possibly in the next update I won't be able to use TIC... I hope they fix it, without tic they won't have anywhere to program games ;_;

TIC-80 community · Replied to Paul59 in Pmem

TIC-80 community · Replied to Paul59 in Pmem

Well you're right, I already knew that XD, I just didn't want to stop using boolean variables because sometimes I write a "NOT" for boolean variables in a statement, which doesn't work with numbers ;_;, but ok I'll go reshape my code thanks for answering me =)

TIC-80 community · Created a new topic Pmem

Hi, I'm creating a game where one of its mechanics allows you to open and unlock doors, I used the "pmem" function to save the game, but I noticed that it doesn't save boolean variables (variables I use for the door system ) I want to know, is there a way to use pmem function with boolean variables?

Thanks, I'm so excited to play!

Where is the Zip file download?  I wanted to play it on my TIC ;_;

TIC-80 community · Posted in TAB

ok, thankyou

TIC-80 community · Created a new topic TAB

Hi how can I change the default space that "Tab" offers?

TIC-80 community · Created a new topic Questions
(1 edit)

Hi, I have two questions: 

1- How do I make the letters render little by little, like RPG texts.

2- How do I make a collision function to make a box be pushed?

TIC-80 community · Posted in Guide

Here https://tic80.com/play?cart=2073 a cartridge showing how line collision works

wow, thankyou

TIC-80 community · Created a new topic Bookmark

hi, what is the "Bookmark" for?  I've been using TIC for so long that I didn't even ask about its usefulness

Thank you very much

TIC-80 community · Created a new topic Tic-80 site

Hi. How can I publish my game on your website from my mobile?  It says I need to press F7 to add the game's personal data (author's name, game name etc), but on mobile this is impossible, is there any other way?

oh, ok thank you

TIC-80 community · Created a new topic Editor extern

Hi, I would like to know how I can edit my code in another editor?  I read the wiki and still I couldn't

wow, thank you very much

I read your source code and I see it's pretty cool, pretty professional, it looks like it's going to take me a while to figure it out.

That's why I chose the pix function, I don't know how to create a collision involving line with math ;_;

(2 edits)

Wow!  I did it, what EliasJosue said was right, i should have put the drawing function above the "if" statement.  Thank you so much for helping me :)

so... Should I put the order of this "if" statement above the line drawing function?

(1 edit)

I want that when the purple monster touches something red (the line) it is removed from its table, but as you can see in the gif it's not working.  

This is the code I made:

if pix(v.x+4,v.y-1)== 2 then
    table.remove(ents,i)
   end

não, é desse jeito mesmo, comigo é a mesma coisa e se não me  engano sempre foi assim