Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xord/rubysketch

A game engine based on the Processing API
https://github.com/xord/rubysketch

game-engine game-engine-2d gamedev processing ruby

Last synced: about 19 hours ago
JSON representation

A game engine based on the Processing API

Awesome Lists containing this project

README

        

# RubySketch - A game engine based on the Processing API

by [email protected]

# How to release

```
$ rake version:bump:patch message="..."
$ git push origin --tags
```