this post was submitted on 17 Jun 2023
79 points (100.0% liked)
Programming
13366 readers
1 users here now
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
thanks. I'm making good progress on it. I've got quite a few of the items done, basic map graphics are done. etc. I even have a minimap system that fills out as you explore it's pretty cool :) I struggle pretty hard with the art though haha.
I code damn near everything in python so it was naturally my language of choice (looking back I should've just used unity lol). I'm using pygame for it which basically works similar to older game/graphics libraries. so everything is coded from the ground up.