https://github.com/kalebu/rust-bouncygame
This is just a demo command-line bouncy game made while Learning Rust programming
https://github.com/kalebu/rust-bouncygame
rust rust-game rust-library rust-project
Last synced: 8 months ago
JSON representation
This is just a demo command-line bouncy game made while Learning Rust programming
- Host: GitHub
- URL: https://github.com/kalebu/rust-bouncygame
- Owner: Kalebu
- Created: 2020-09-17T11:09:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T16:50:30.000Z (over 2 years ago)
- Last Synced: 2025-10-13T12:11:54.527Z (8 months ago)
- Topics: rust, rust-game, rust-library, rust-project
- Language: Rust
- Homepage:
- Size: 53.7 KB
- Stars: 6
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust-bouncygame
This is just a demo command line bouncy game made while Learning Rust programming
## Note
I made this bouncygame through following Rust Crash course tutorial ,
To check the full tutorial please check out on [Make a bouncy game](https://www.snoyman.com/blog/2018/10/rust-crash-course-02-basics-of-ownership)
## Requiremenst
To successful run this code , you need to have Rust and Cargo installed on your Machine
[CLICK HERE](https://www.rust-lang.org/learn/get-started) fo instalation guide
## Getting started
Just clone the repo and use cargo to run the code as shown below
```bash
$ git clone https://github.com/Kalebu/Rust-bouncygame
$ cd Rust-bouncygame
Rust-bouncygame->$ cargo run
```
## Output
Now you're game should be running bouncing balls on the command line
display as shown in picture below

``Well Thanks , Let's Oxidize the world together``