arcadia
v2.0.1
Published
Minimalistic Javascript game framework
Downloads
13
Readme
Arcadia.js
A minimalist <canvas> game framework.
Overview
An Arcadia game is mainly made up of Scenes and Shapes. A scene is an encapsulated part of a game, such as a title, difficulty select, or actual gameplay. A shape is a game object, such as the player, enemies, or projectiles. To create a game, make an object that use Arcadia.Scene as the prototype, then populate it with Arcadia.Shape objects.