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

https://github.com/burtlo/starry-knight

An example game that uses 'metro'
https://github.com/burtlo/starry-knight

Last synced: 2 months ago
JSON representation

An example game that uses 'metro'

Awesome Lists containing this project

README

        

# Starry Knight

This is an example of a game built with [metro](https://github.com/burtlo/metro), a library that gives structure to [gosu](https://github.com/jlnr/gosu) (the 2D game development library in Ruby).

## Execution

```
gem install metro
git clone git://github.com/burtlo/starry-knight.git
cd starry-knight
metro
```

### Description

This is a near duplicate of the tutorial that you create at the end of the [ruby tutorial for gosu](https://github.com/jlnr/gosu/wiki/Ruby-Tutorial). However, if you look at the structure of this project you will find distinct differences and that is because it is using [metro](https://github.com/burtlo/metro) to take care of a lot of the tedious coding tasks.

> NOTE: This state of the game, as is the Metro library, under active development, so it is possible that some of the information within this README is inaccurate and has not kept pace with the latest developments.