🎮 Space Invader Game
A python powered game
🎉 Setup & Getting Started
- Clone
git clone https://github.com/tasnimzotder/space-invader-pygame.git
- Install virtualenv, create & activate
cmd /c "py -m pip install virtualenv && py -m venv venv"
- Activate the environment
.\venv\Scripts\activate
- Install the dependencies & start game
cmd /c "pip install -r requirements.txt && python main.py"
✨ Features
- Score counter
- Highscore counter
- Data store in local file system
- (~) Easy to play
- Awesome sound effects
📃 References
- Core Concepts: FreeCodeCamp Tutorial
-
Background Music: [Stranger Things Netflix](https://youtu.be/Jmv5pTyz–I) - Original - Explosion Sound: Free Sound Effects
📝 License
This project is licensed usder the MIT License