Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xord/rubysketch
- Owner: xord
- License: mit
- Created: 2023-02-07T16:43:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-18T17:55:17.000Z (2 months ago)
- Last Synced: 2024-11-13T04:10:27.930Z (8 days ago)
- Topics: game-engine, game-engine-2d, gamedev, processing, ruby
- Language: Ruby
- Homepage:
- Size: 136 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# RubySketch - A game engine based on the Processing API
# How to release
```
$ rake version:bump:patch message="..."
$ git push origin --tags
```