this post was submitted on 08 Jan 2025
35 points (97.3% liked)

Game Development

3573 readers
6 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.

Community Wiki

founded 2 years ago
MODERATORS
 

Doesn't have to be ambitious or even ever released. Just curious to hear your ideas and techniques. Screenshots are welcome!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 2 days ago

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.