+ 7
How can i create a game engine?
I want to create a game engine, but I don’t know how to start it. Does anyone have any experience with this?
8 odpowiedzi
+ 12
TheChernoProject has made a game engine tutorial:
https://www.youtube.com/playlist?list=PLlrATfBNZ98dC-V-N3m0Go4deliWHPFwT
He explains stuff really in depth. Try checking out his C++ and OpenGL tutorials too while he's making more videos for his game engine series. He currently works on a game engine at EA.
+ 3
Check out Pygame for Python.
+ 2
on youtube there is an intresting tutorial of freecodecamp about that but i dont remember the name, sorry
+ 2
I side with chuck
+ 2
If you are using c++ use SFML
+ 1
theres a youtube tutorial from RealTutGML you can watch to create a very basic game engine
0
What do you want to do with the game engine?