Skip to main content

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

This is my favorite art style, and the overall game design is consistent. I'm curious, is your code open-source? I'd love to learn from it. Fantastic game experience!

(+1)

Honestly, I kind of rushed the fish drawings in the last hour (it turned out pretty good ig so i was happy with it).
You can check out the source code here: https://pastebin.com/V9p14hqF It was all in one single file, and its about 450 lines long.

Impressive coding work! I can see it's written in Lua, but I'm not entirely sure which engine you used. I've only worked with Love2D, so I'm curious if that's what you used here. If you don't mind me asking, are you a professional game developer, or is coding just a hobby for you? Everything looks so clean and professional!

Thanks for your kind words! The engine I used was microStudio, which is a  web game engine: https://microstudio.dev, and the language I was using was using was called 'microscript', which is similar to lua and javascript. I don't have any professional experience as a game developer, but I like to keep my code clean as it helps me code faster.