2.0.1 • Published 9 years ago

arcadia v2.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

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.

Games Made With Arcadia

2.0.1

9 years ago

2.0.0

9 years ago

1.0.0

10 years ago