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

https://github.com/gutenye/rb-snake-challenge

Ruby API for RubyVsPython snake challenge game
https://github.com/gutenye/rb-snake-challenge

Last synced: 2 months ago
JSON representation

Ruby API for RubyVsPython snake challenge game

Awesome Lists containing this project

README

        

SnakeChallenge, a client API for snake-challenge
===========================================

**Homepage**: [https://github.com/GutenLinux/snake_challenge](https://github.com/GutenLinux/snake_challenge)

**Snake-Challenge**: [https://bitbucket.org/linjunhalida/snake-challenge](https://bitbucket.org/linjunhalida/snake-challenge/wiki/Home)

**Author**: Guten

**License**: MIT-LICENSE

**Documentation**: [http://rubydoc.info/gems/snake_challenge/frames](http://rubydoc.info/gems/snake_challenge/frames)

**Issue Tracker**: [https://github.com/GutenLinux/snake_challenge/issues](https://github.com/GutenLinux/snake_challenge/issues)

Overview
--------

see https://bitbucket.org/linjunhalida/snake-challenge/wiki/Home

Usage
-----

require "snake_challenge"
game = SnakeChallenge.new "hello", 1
game.connect
p game.status
snake = game.snake
snake.turn(0) #=> turn left

see API documentation for more information.

Contributing
-------------

* report bugs/featues to issue tracker.
* fork it and pull a request.
* improve documentation.
* feel free to post any ideas.

Install
----------

gem install snake_challenge

Copyright
---------
Copyright © 2011 by Guten. this library released under MIT-LICENSE, See {file:LICENSE} for futher details.