Skip to content

bnjjo/rake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rake

rake_screenshot1 rake_screenshot2

Snake, but in the terminal.

Building from Source

Prerequisites

Dependencies

  • crossterm
  • rand

Build Instructions

  1. Clone the repository:
   git clone https://github.com/bnjjo/rake.git
   cd rake
  1. Build and run:
   cargo build --release && cargo run --release

(Optional) Install to your PATH (note the dot at the end):

  cargo install --path .

or manually copy the binary:

  sudo cp target/release/rake /usr/local/bin/

and run!

  rake

How to remove from PATH

  cargo uninstall rake
  sudo rm /usr/local/bin/rake

License

MIT

About

Snake, but in the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages