Welcome to Jumpie, a simple and fun terminal-based jumping game inspired by the Chrome dinosaur game!
- Simple Controls: Easy to learn, hard to master.
- Endless Gameplay: Keep jumping and avoid obstacles as long as you can.
- High Scores: Track your best scores and challenge yourself to beat them.
To install and run Jumpie, follow these steps:
- Clone the repository:
git clone https://github.com/tituscarl/jumpie.git
- Navigate to the project directory:
cd jumpie
- Build the game:
cargo build --release
- Run the game:
./target/release/jumpie
- Press enter key to make Jumpie jump.
- Avoid obstacles by timing your jumps perfectly.
- The game gets faster as you progress, so stay sharp!
- Press q to quit the game at any time.
If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.
Enjoy the game and happy jumping!