Skip to content
#

game-engine-framework

Game engines are software frameworks for game development. Game engines do the heavy lifting for developers so they can focus on other aspects of game development.

Here are 27 public repositories matching this topic...

TheRealCatherine
TheRealCatherine commented Feb 6, 2018

Right now you get things like:

1-SomeLevel.json
10-SomeOtherLevel.json
2-Level2.json
3-Level3.json
...

because the filenames are alphabetically instead of naturally sorted. There is lots of old advice on how to do this floating around using P/Invoke and a Windows XP-era DLL. This is not how we should do it - we need to find a cross-platform and modern solution.

DEPRECATED PROJECT IDEA - An abstracted modular game framework with integrated pixel editor and realtime asset manager and a level editor with dynamic block type definitions and a skeletal character animator and inverse kinematics and a game. Except no game.

  • Updated Jan 27, 2015
  • JavaScript
Wikipedia
Wikipedia