What do I need to learn to build my own game engine?

0
2
Asked By CuriousCoder87 On

I'm really interested in creating my own game engine just for fun, even though I know there are so many good engines already out there. I want to understand where to start since I have very little experience. What skills or knowledge do I need to learn first to embark on this journey?

2 Answers

Answered By CodeCrafter73 On

Check out the book 'Game Engine Architecture' for some solid foundational knowledge. Also, learn programming languages like C++ with SFML or Rust with SDL. They might be challenging, but they’ll enhance your understanding of memory management and coding fundamentals that high-level languages like Python handle for you.

Answered By GameMakerGirl99 On

If you're aiming to build a game engine, I'd suggest starting with making a game first. Just focus on a simple game to get a grasp on game mechanics and design. Once you've developed a few games, you'll notice common aspects among them, and that’s the essence of what you’ll want to standardize in your engine.

DevNinja42 -

So you're saying make it like a game jam experience? Just pump out some games before diving into the engine stuff?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.