====== Game Engine ====== * Game engine from scratch * [[http://www.gamasutra.com/blogs/MichaelKissner/20151027/257369/|Messageing]] * [[http://gamasutra.com/blogs/MichaelKissner/20151104/258271/Writing_a_Game_Engine_from_Scratch__Part_2_Memory.php|Momory]] * [[https://gamasutra.com/blogs/MichaelKissner/20151120/259561/Writing_a_Game_Engine_from_Scratch__Part_3_Data__Cache.php|Data & Cache]] * [[https://gamasutra.com/blogs/MichaelKissner/20160112/263097/Writing_a_Game_Engine_from_Scratch__Part_4_Graphics_Library.php|Graphics Library]] * Python Game engine * pygame * [[https://www.raylib.com/index.html|raylib]] * panda3d * http://www.python-sfml.org/ * https://github.com/clintbellanger/flare-game * http://www.fifengine.net/ * https://github.com/kitao/pyxel * http://rogueliketutorials.com/ {{tag>"game engine" python}}