Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhib/opal-snake
Snake in Opal
https://github.com/mhib/opal-snake
Last synced: 3 months ago
JSON representation
Snake in Opal
- Host: GitHub
- URL: https://github.com/mhib/opal-snake
- Owner: mhib
- Archived: true
- Created: 2015-07-13T19:21:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-13T14:26:24.000Z (almost 9 years ago)
- Last Synced: 2024-07-05T15:17:25.246Z (7 months ago)
- Language: HTML
- Size: 170 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opal - Opal Snake - Snake in Opal (Uncategorized / Uncategorized)
README
# opal-snake [![Build Status](https://travis-ci.org/mhib/opal-snake.svg?branch=master)](https://travis-ci.org/mhib/opal-snake) [![Code Climate](https://codeclimate.com/github/mhib/opal-snake/badges/gpa.svg)](https://codeclimate.com/github/mhib/opal-snake)
Snake written in Opal## Install dependencies
```
$ bundle install
```
## Build
```
$ rake build
```
or
```
$ rake uglify
```## Run specs
```
$ rake
```