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
- Host: GitHub
- URL: https://github.com/gutenye/rb-snake-challenge
- Owner: gutenye
- License: mit
- Created: 2011-06-22T07:41:02.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-06-22T07:41:49.000Z (almost 14 years ago)
- Last Synced: 2025-02-15T00:45:04.622Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 leftsee 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.