Skip to content

arkagrawall/Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

#Game This is a mini library intended to be a quick and unobtrusive library for building HTML5 games. It provides the utter basics

Game.tick(function(dt, frameNumber) {});
Game.render(function(ctx) {});
Game.input(function(type, eventObject) {});

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: https://louisstow.tumblr.com/post/19103446204/unobtrusive-game-engines Have a nice day.

About

Unobtrusive Game Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.7%
  • HTML 10.3%