This is just me playing around with Rust I wanted to make something simple to understand the language on a basic level. This game is kinda like whack a mole where you are π¦ ferris the crab and you use the arrow keys to move around and squash the bugs.
πππππ
πππ¦ππ
πππππ
πππ¦ππ
πππππ
Make sure you have rust installed. The easiest way to do this is with rustup
$ git clone https://github.com/Jonathannsegal/crabber.git
$ cd crabber
$ cargo run
Install with crates.io π¦
$ cargo install crabber
$ crabber
This installs the binary to the bin in your rust folder and allows you to run the program.
- Add support for non emoji terminals
- Package in such a way where you dont need rust locally
- Add an objective
- Use multithreading for input and clock
- This only works with terminal emulators that support emojis, command prompt does not if your on windows you can use Windows Terminal