this post was submitted on 08 Jan 2025
35 points (97.3% liked)
Game Development
3573 readers
7 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm working on a Pokemon-like turn based game system I can customize and use across multiple game projects. There's a base set of code that handles shit you'll always have like loading a mon and its model into a battle scene or basic stuff for cutscenes, then you customize the game mechanics on top of that. So ideally the games made with it won't come out feeling too similar. I plan to open-source at least some of the base code.