BOMB DODGE (Rust Game)
-------------------------
Author: Guna Sai Rohit Varma Mulagapati
Professor: Benjamin Weidner
Course: Programming Languages – Rowan University
Date: November 2025

Game Description:
-----------------
Bomb Dodge is a small Rust terminal game where you control a car (🚗)
and try to avoid falling bombs (💣). You get a point every time you dodge
a bomb successfully. The game ends if a bomb hits your car.

How to Play:
-------------
Type the key and press ENTER each time.

a → Move left
d → Move right
w → Jump across (only from left or right edge)
q → Quit the game

How to Run:
------------
1. Open the project folder in a terminal.
2. Run the command: cargo run
3. Follow the on-screen instructions to play.

References:
------------
- Professor Weidner’s slides for Rust basics and examples.
- Rust official documentation for syntax help.
- ChatGPT for code structure and syntax clarity.
- Subway Surfers (Play Store) inspired the dodge-and-switch idea.

Acknowledgment:
----------------
I referred to Professor Weidner’s slides and official Rust documentation
for learning Rust syntax and concepts. ChatGPT helped me with structure
and formatting, but all logic, gameplay, and testing were done by me.

Enjoy playing Bomb Dodge! 🚗💣
