https://github.com/vlxdisluv/snake-game
Snake game written on Ruby with gem ruby2d
https://github.com/vlxdisluv/snake-game
ruby ruby-games ruby2d snake-game
Last synced: about 2 months ago
JSON representation
Snake game written on Ruby with gem ruby2d
- Host: GitHub
- URL: https://github.com/vlxdisluv/snake-game
- Owner: vlxdisluv
- License: apache-2.0
- Created: 2020-02-13T18:20:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T14:42:57.000Z (over 6 years ago)
- Last Synced: 2025-03-29T12:16:49.984Z (about 1 year ago)
- Topics: ruby, ruby-games, ruby2d, snake-game
- Language: Ruby
- Homepage:
- Size: 6.47 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Snake game :snake:
Game written in Ruby with gem ruby2d
# What's Ruby
Ruby is an interpreted object-oriented programming language often
used for web development. It also offers many scripting features
to process plain text and serialized files, or manage system tasks.
It is simple, straightforward, and extensible.