Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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