Thursday, February 02, 2017

Starting a new Engine

So those that know me should know for a while now i have been wanting to build games. well now I have finally realized i should design a framework as i go.

Maybe in doing so i will be able to design games faster and better as i move.


So far what I have planned for the engine

  1. Lua Scripting Language
  2. A Developers console for better debugging
  3. Errors will Always be printed off if the engine even starts. so for the most part it should allow all the games to run and be fixed faster.
  4. Input=Mouse, Keyboard, (and Later may include touch and Controllers)