Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kikito/luv.js

Minimal HTML5 game development lib
https://github.com/kikito/luv.js

deprecated javascript unmaintained

Last synced: 3 months ago
JSON representation

Minimal HTML5 game development lib

Awesome Lists containing this project

README

        

luv.js
======
A javascript/coffeescript html5 game library heavily inspired by [LÖVE](http://love2d.org).

## Deprecated and unmaintained
This project is deprecated and unmaintained. It was created as an experiment to learn javascript,
and it succeed on that regard. It has not been kept up to date with modern browsers.

## Examples

* Please visit the [Luv.js testing page](http://kikito.github.com/luv.js/examples/) for examples.

## Documentation

* [Annotated source code](http://kikito.github.com/luv.js/docs/)

## Found a bug? / Want to help?

If you have found a problem, or you want to help, the first place to go should be the
[issue tracker](https://github.com/kikito/luv.js/issues?). You can report new issues there,
as well as take responsibility of some of them (just comment on the issue and say "I'd like
to help with this issue").

If you want to send code to Luv.js, please see the CONTRIBUTING.md for more instructions.