Home > spriteful

spriteful

Spriteful is a project mainly written in JAVASCRIPT and PYTHON, based on the BSD-3-Clause license.

jquery-based 2d isometric game engine

Spriteful

A jQuery-based 2d isometric game engine built for modern web browsers.

The goal is to provide a powerful web-based game engine using idiomatic jQuery so that anyone who is already familiar with jQuery can use Spriteful to easily build sprite-based games.

Spriteful is heavily inspired by Paul Bakaus's talk on the Aves Engine.

Dependencies:

  • Tornado
  • Chrome

To run:

PYTHONPATH=$(pwd)/python ./bin/spriteful

Then go to http://localhost:8888/static/index.html in a modern browser like Chrome.