Skip to content

Commit

Permalink
update readme (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapra99 authored Apr 23, 2023
1 parent b0d8ff2 commit 87c1d17
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,15 @@ This is a Ruby adapted version of the Snake classic game, using [Ruby2d](https:/

![](https://i.imgur.com/wC6W4VH.png)

TODO: Delete this and the text above, and describe your gem

## Installation

Install the gem and add to the application's Gemfile by executing:

$ bundle add rb-snake

If bundler is not being used to manage dependencies, install the gem by executing:
Install the gem

$ gem install rb-snake

## Usage

TODO: Write usage instructions here
Run `rb-snake` on your terminal to start the game. Use the arrow keys on the keyboard to move the snake. Try to feed your snake as much as possible without hitting your own body!

## Development

Expand Down

0 comments on commit 87c1d17

Please sign in to comment.