Skip to main content

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

Zenodo

60
Posts
4
Followers
A member registered Feb 03, 2024 · View creator page →

Creator of

Recent community posts

(1 edit)

Fun Game. Also flying around is a feature and not a bug :D

Relaxing game. Art Style is pretty neat.

All these brave soldiers who did not come back after they went to buy milk

Cool Game. Art Style is simple, but looks nice.

I found a funny bug. If the key is in front of you, you can just walk away :D.
Gonna sell this golden key now


:D

thanks :D.

Neat game, even has a mini-map

great visuals

this game gives good vibes as long you're not scared of clowns :D

looks very polished. Good Job

sadly, I didn't have the time to add more feature. Had other stuff to do.

(1 edit)

Fun windows vista emulator(how using a computer used to be in 2007 :D).  Try to disable antialiasing.  It makes the images blurry.

I did not read and pressed the big fat red button myself. RIP World 5/5

cool game. falling asleep feels very scary :D

(1 edit)

Gameplay feels smooth. Very nice effects. Also cool matrix parallax effect . Maybe a boss health bar would be nice or an indicator which shows if boss is hit.

bad days are part of life, so just ruin his day ;D. He is made for it. Just a game and not a moral test.

nice platformer and cool to see something is made in pico8

very unique gameplay and nice visuals. Btw, nice Monkey Name  :D

Very ambitious game. Cool Cut-Scene, a lot of mini games.

He did nothing wrong. The Player is the antagonist. 

:D

yea my bad. 

Don't put it under the ads. You can put it in the ads, but it should be behind the image file (or make the Z-Index lower).  


Try something like this. It does work for me.

ColorRect blocks the pressed() signal. Because it has some king of mouse filter. You could put it under the ads, so it is not visible.

(1 edit)

great game.

i like that the puzzles are not too hard but also not too easy.

thanks


"Have you thought about adding a round or wave system" 

i briefly thought about it, but  didn't want to change the core gameplay.

This game was extremely fun. I like difficult games.

you can make the gameplay even smoother you could do a background parallax scrolling effect.  It will make the background move slower and give some depth to it.

godot has nodes for it, so it is fast and easy to do.



The gameplay is fun and nice-looking color palett.

cool experience

nice isometric style and smooth gameplay

addictive gameplay

(1 edit)

Good Game.

Btw, in godot you can export for html and linux. For people who do not use  windows it is harder to play because they need to emulate it. Make a html folder. Export your game as a index.html file. Pack the folder as zip.  people can play it in browser.



yes. the spider enemy is tough.

I needed to do the no hit run to test if it's even possible and this spider made it hard.

(1 edit)

Game looks good. Reminds me of binding of isaac, 


the UI moves with window size.

In godot you should use something like mode: viewport and  aspect ratio: keep in window settings.

this should fix it

creative gameplay idea

(1 edit)

Nice rogue like.

I thought at the beginning the game is unwinnable, because animation directions are wrong.

but not a big deal

fun rocket jump mechanic

This is cool

i was influenced by tamagotchi while making the assets and the gameplay.

To win you have to run around and keep the bars above 0% and occasionally click on the poop.

I was following my nose without a plan so the game play ended up chaotic ^^ 

(3 edits)

i am a genius :D.

solution for non mac user: 


1.  press f12 and html source code window pops up

2.


 click on this arrow and scan the oversized image

(i am using firefox. google chrome maybe a little different. but you need to scan or search for it)

3.

       <canvas id="myCanvas" style="width: 1180px; height: 820px;" width="3000" height="3000">         </canvas>

       

change width and height to something like 3000

4. finished