Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gkaszewski/missile-commander-rs


https://github.com/gkaszewski/missile-commander-rs

Last synced: 8 days ago
JSON representation

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.