arcadia

Minimalistic Javascript game framework

Usage no npm install needed!

<script type="module">
  import arcadia from 'https://cdn.skypack.dev/arcadia';
</script>

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.

Games Made With Arcadia