Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkaszewski/missile-commander-rs
https://github.com/gkaszewski/missile-commander-rs
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gkaszewski/missile-commander-rs
- Owner: GKaszewski
- Created: 2024-01-21T22:37:35.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-10T10:18:27.000Z (9 months ago)
- Last Synced: 2024-02-10T11:24:58.424Z (9 months ago)
- Language: Rust
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Missile Commander
This project is a clone of the classic Atari game called Missile Commander.
## Description
Missile Command is a game where the player must defend their cities from incoming missiles. The player controls a set of anti-missile turrets and must shoot down the incoming missiles before they destroy the cities.
## Installation
1. Clone the repository: `git clone https://github.com/GKaszewski/missile-commander-rs.git`
2. Navigate to the project directory: `cd missile-commander`
3. Build the game `cargo build --release`## Usage
1. Start the game: `cargo run`
2. Use the mouse to control the anti-missile turrets and shoot down the incoming missiles.
3. Protect your cities and survive as long as possible!## License
This project is licensed under the MIT License.
## Acknowledgements
- This project was inspired by the original Missile Command game developed by Atari.
- Special thanks to the contributors of the open-source libraries used in this project.