Made with your custom engine? Very impressive for the jam! How do you even start programming your engine? Genuinely curious
Viewing post in rampage jam comments
Thank you! You start with a graphics api (I used OpenGL for this) and draw your first triangle. Then figure out as you go. There are so many great tutorials nowadays for entry level. It looks scary at first but I find it more fun to make something from scratch. And although it requires a lot of setup, for me it is actually easier to work with once you have the essentials.