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
- Host: GitHub
- URL: https://github.com/dmytrovasin/game-of-life
- Owner: DmytroVasin
- License: mit
- Created: 2018-09-20T05:58:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T06:24:12.000Z (about 7 years ago)
- Last Synced: 2025-01-02T01:42:34.448Z (10 months ago)
- Topics: gosu, ruby
- Language: Ruby
- Size: 874 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
## Game: *Click to play*:
[](https://player.vimeo.com/video/290835756?autoplay=1)