https://github.com/shibam120302/rust_bouncygame
This is just a demo command-line bouncy game made while Learning Rust programming
https://github.com/shibam120302/rust_bouncygame
bouncy-game rust rust-game rust-library rust-project
Last synced: 7 months ago
JSON representation
This is just a demo command-line bouncy game made while Learning Rust programming
- Host: GitHub
- URL: https://github.com/shibam120302/rust_bouncygame
- Owner: shibam120302
- Created: 2023-01-20T03:45:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T03:47:17.000Z (over 2 years ago)
- Last Synced: 2025-01-21T17:50:40.031Z (9 months ago)
- Topics: bouncy-game, rust, rust-game, rust-library, rust-project
- Language: Rust
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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/shibam120302/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``