Snake implementation in Ruby using ruby2d
Find a file
2023-07-28 17:48:56 -04:00
.idea basic working snake 2023-07-27 19:24:32 -04:00
.gitignore Initial commit 2023-07-27 19:20:15 -04:00
food.rb basic working snake 2023-07-27 19:24:32 -04:00
game.rb changed file perms to allow execution of game file 2023-07-28 17:48:56 -04:00
README.md Initial commit 2023-07-27 19:20:15 -04:00
snake.rb basic working snake 2023-07-27 19:24:32 -04:00
vector.rb basic working snake 2023-07-27 19:24:32 -04:00

snake-rb

Snake implementation in Ruby using ruby2d