[BIT.PROG]
Cool game i made in 6 days
Made with TIC-80 from scratch without any extra tools
I made it solo
Made for Golds jam #1
Download
Download
console_game.tic 46 kB
Cool game i made in 6 days
Made with TIC-80 from scratch without any extra tools
I made it solo
Made for Golds jam #1
Comments
Log in with itch.io to leave a comment.
+5 bits only adds +1
This really needs tab completion. I had to create a script to play the game for me because there is too much typing for me.
My script says [edit: it's wrong] should be the buy order but I noticed I was only getting 3 bits after +5 got bought.
fixed! (i have no idea how i didn't notice that)
you can use arrow up/down to copy previous commands btw
I knew about the arrow keys. Unfortunately I'm too disabled to explain but basically it doesn't help much in the beginning when you are trying to figure things out. A lack of copy paste also makes thing tedious.
I had way more fun making a script to play the game and I intend on finishing it at some point so it can play the whole game.
yeah, i just don't think making a whole text selection thing would be worth the effort, but i'll try at some point
what do i do
type 'help'
loved the game. did anyone else get some "insufficient" message over and over again when you used "buy_all"
it basically froze the game
bruh, this game is buggy as heck
I done a cmd+v ( on safari ) and it keep type V unlimited
After the third prestige or so I went to 0 qubits and stopped receiving them upon prestige
Huh, that's a weird bug. Never happened to me, i would've fixed it if i knew what the issue was
I think the problem is from `x1.5 qubits` upgrade.
Since you use TIC-80 and the game seems to reset every time buying `Prestige` upgrade. I'm pretty sure you use pmem and pmem can contain only unsigned int.
ah, i thought it could contain floats, that makes sense
just fixed the bug btw