Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonmagic/frogger
I've never programmed a game before. Time to change that.
https://github.com/jonmagic/frogger
Last synced: 30 days ago
JSON representation
I've never programmed a game before. Time to change that.
- Host: GitHub
- URL: https://github.com/jonmagic/frogger
- Owner: jonmagic
- Created: 2015-08-08T23:12:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-08T23:13:05.000Z (over 9 years ago)
- Last Synced: 2023-04-10T22:39:32.193Z (over 1 year ago)
- Language: Ruby
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frogger
![frogger](https://upload.wikimedia.org/wikipedia/en/thumb/c/cd/Frogger_game_arcade.png/220px-Frogger_game_arcade.png)
## Requirements
On OSX you will need to use something like [homebrew](https://github.com/Homebrew/homebrew) to install a few libraries.
```bash
$ brew install sdl2 libogg libvorbis
```## Usage
```bash
$ bundle
$ rake
```