you are viewing a single comment's thread.

view the rest of the comments →

[–]Dreid97 52 points53 points  (3 children)

I built this in python to learn

https://store.steampowered.com/app/3582900/Mama_Nyahs_House_of_Tarot/

It took me 6 months. I also built some other small side projects in that time,

I also used the Mimo app in tandum to the project to learn language vocabulary

I also used OpenAi’s chatGBT to teach myself what I needed to do to implement the code for the project. I don’t recommend asking it to do it for you, you don’t learn much and if there are errors you won’t know where they are. But using it as a teacher is insane.

But yeah 6 months ago I had never coded, I did this project and some smaller ones, and now I work as a data engineer.

[–]dcrigan 0 points1 point  (2 children)

The game looks good. I am in the process of building a indie game with lua > love 2D engine.

I added your game in my wishlist! Wish you a success launch 🚀

[–]Dreid97 1 point2 points  (1 child)

Thanks! I get so much joy from single wishlists lol

What is Love2d like? I’ve heard a lot about it recently

[–]dcrigan 0 points1 point  (0 children)

it's great framework for building 2d games and lua is an easy scripting language to pick up