this post was submitted on 18 May 2024
12 points (100.0% liked)
Game Development
2814 readers
8 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sounds cool! What are you using instead of an engine?
I'm doing the GBA Jam 2024, so it's for the Gameboy Advance. There is a manager library called Butano that's made the process easier, which could be an engine in a really loose definition.
Besides Butano, I'm just writing all the other things that engines like Unity/Unreal usually manage as part of the project. A 2D top down adventure game is a good first intro because there's not a lot that you need a dedicated engine for, and it's actually been a breeze compared to trying to make something in the Unity editor.