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

https://github.com/dmytrovasin/game-of-life

Game Of Life
https://github.com/dmytrovasin/game-of-life

gosu ruby

Last synced: 8 months ago
JSON representation

Game Of Life

Awesome Lists containing this project

README

          

# Gosu + Ruby: Game Of Life

Game of life presentation that implemented via Ruby and Gosu.

## Installation:

The game logic is written in [Ruby] and has only one `special` dependency: Gosu

Simply clone the code for the game:

```sh
$ git clone git@github.com:DmytroVasin/Game-of-life.git
```

Then launch bundle install:
```sh
$ bundle install

```

## To play the game:

```sh
$ ruby start.rb
```

Press SPACE for the next step

## License:

MIT

## Screen shot:
![Screenshot](https://raw.githubusercontent.com/DmytroVasin/Game-of-life/master/screenshots/game.png)

## Game: *Click to play*:
[![Preview](https://raw.githubusercontent.com/DmytroVasin/Game-of-life/master/screenshots/video.png)](https://player.vimeo.com/video/290835756?autoplay=1)