molly2d
A löve-inspired 2d game framework that gets out of your way.
Installation
Add this to your application's shard.yml
:
dependencies:
molly2d:
github: willamin/molly2d
Usage
require "molly2d"
TODO Write usage instructions here
Development
TODO Write development instructions here
Contributing
- Fork it ( https://github.com/willamin/molly2d/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- [Willamin] Will Lewis - creator, maintainer
Roadmap
- [x] drawing basic rectangles
- [x] game loop timing
- [x] drawing basic text
- [x] checking keyboard state
- [x] drawing background images
- [x] drawing sprites
- [ ] window state and properties
- [x] playing sounds 8a. [x] one-shot sounds 8b. [x] background music
- [ ] checking mouse state
- [ ] checking gamepad state