Skip to main content

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

Kamencesc

12
Posts
22
Followers
24
Following
A member registered Jun 09, 2020 · View creator page →

Creator of

Recent community posts

use puny font (ctrl+p) and the paste it to pico8

497 ;)

I just beat it the first time. On the second one, I got stuck on the last movement.

Nice game!

And can draw a fish alike with:

?"hᵇG"x+2,y+4,c
(G=bubble icon)

Instead of

circ(x,y,1,7)l(11,29,20,20)l(x,min(40,y),5)l(x,y)

I just added the +2 +4 as a first pass, so they might not be accurate.

I love it, all the different patterns, looks so nice. Great job.

There's some suggestions to shrink your code.

Semicolons (;) are'nt needed

if(v==2)x+=1;m() -> if(v==2)x+=1m()

If it did'nt work, use ; or space otherway.

Your r() function take more characters than use r(8)\1 each time.

function + call it 4 times = 40 chars
function l()return r(8)\1endr()r()r()r()
6 chars * 4 times = 24 chars
r(8)\1r(8)\1r(8)\1r(8)\1

Maybe you can change _init and _draw with labels ::i:: and ::d::, you can change both or only _draw. You can't call a label that's outside of the function.

This can be write in another way (11 chars to 8 chars).

(r(3)-1)\1) -> r(3)\1-1

With this, try to correct the monsters spawn when a new level is created.

Thank you, I apreciate that you spend time on playing it. I know that you can beat any level with these numbers, but the idea is there’s no penalty on detroy the city, so you can play in any way, neat one or kaiju one destroying everything!!!

Hahaha thank you, it was so fun to made it in a day, I rewrite an old bugged code wrote some weeks ago and this is the result at the end of the day. Thank you for playing it!

PS: I have in mind to try an online game with PICO 8 html plates and some JS, so, could be a multiplayer someday :D

Thank you, I'm so bad at level design, but may be some day I'll add some, may be to the next Indie Dev Day if I get Tickets ;)

En mesura del possible tots els nous estan en multi o directament en català, estigues atent que aquest octubre pujo un joc cada dia com a repte, mini jocs, potser alguns ni això, però espero que els podeu gaudir.

Gràcies per probar-lo.

Hola albertolip he pujat el cartutx en format PNG, si el poses a la carpeta que toca a la Miyoo Mini+ podràs jugar-lo.

Si tens la llicència de Pico8, canviant el SO de la Miyoo a OnionOS, pots executar jocs nativament amb pico8 i no l'emulador que sol portar a la tarja mSD que sol acompanyar la "consola". Pots trobar els tutorials facilment per internet.

Gràcies per interessar-te pel joc.

Salutacions.

Pujada versió 1.1.

Version 1.1 is up.

Subida versión 1.1.

Hi ha un bug en les col·lisions a alta velocitat, quan pugui l'arreglo i pujo nova versió.

There's a bug with collisions a high speed, I upload a new versión when it's fixed.

Hau un bug en las colisiones a alta velocidad, quando este solucionado subo nueva versión.