Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ the utter basics
Game.render(function(ctx) {});
Game.input(function(type, eventObject) {});

From these basic functions you can create your own flavour of a game engine.
From these basic functions you can create your own flavour of a game engine with a very creative and way and best of luck for our project.

This is built from the article here: http://louisstow.tumblr.com/post/19103446204/unobtrusive-game-engines
This is built from the article here: http://louisstow.tumblr.com/post/19103446204/unobtrusive-game-engines
Have a nice day.