https://github.com/jonmagic/frogger
I've never programmed a game before. Time to change that.
https://github.com/jonmagic/frogger
Last synced: 3 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-08T23:13:05.000Z (almost 10 years ago)
- Last Synced: 2025-01-31T13:43:47.818Z (5 months 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

## 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
```