/squeak.lua

A small, opinionated game framework.

Primary LanguageLuaMIT LicenseMIT

Squeak

A small, opinionated game framework.

Are tests passing?

Install

Copy the squeak folder somewhere into your project and you should be good to go.

You can then local GameObject = require 'squeak.gameObject' (or whatever).

Documentation

Take a look at the wiki for the project.

Credit Where Credit Is Due

  • lib/classic.lua, lib/lume.lua, and lib/log.lua appear courtesy of https://github.com/rxi. Licenses in the lib directory.