Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Pretty basic, still cool though.

(+1)

Thank you for playing! First ever project in c++ and first time ever using raylib, so keeping it basic made learning and getting used to the fundamentals a lot easier. 

good luck on your journey. Be careful about LLMs, try not to use them until you've learned your way around the things hard way.

I personally used LLMs a lot to help with coding in my own project but that only worked out for me because I had past experience making things like you did here. The AI is very prone to making hot garbage if you don't put it under constant supervision.

I agree, ai is a great tool that I use for work but typically not for personal projects that I intend to use for learning/ am passionate about. AI was used in this project for the sole purpose of shipping a playable game. 95% of the code was written by hand referencing docs for c++ and raylib. If I had another day I would've been fine but I still had the webasm build looming over my head and really wanted to sleep last night so I felt I needed to fall on my blade this one time.

This was a fantastic experience. I am happy with the criticism  and am excited to continue developing w raylib.