https://github.com/jchuy0/spaceinvaders
The classic arcade game Space Invaders.
https://github.com/jchuy0/spaceinvaders
csharp visual-studio
Last synced: 11 months ago
JSON representation
The classic arcade game Space Invaders.
- Host: GitHub
- URL: https://github.com/jchuy0/spaceinvaders
- Owner: JChuy0
- Created: 2024-11-02T20:09:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T02:21:12.000Z (over 1 year ago)
- Last Synced: 2025-03-01T23:09:59.600Z (over 1 year ago)
- Topics: csharp, visual-studio
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install
1. **Clone the repository**:
- Click the green Code button near the top and clicking "Download ZIP".
- Or enter this code into a command prompt:
```git clone https://github.com/JChuy0/SnakeGame.git```
2. **Open the project in Visual Studio**:
- Navigate to where you saved the repository
- Unzip the file if necessary
- And open the ```.sln``` file.
3. Run the project by pressing ```F5``` or ```Ctrl + F5```.
# Controls
- Arrow keys: Move your ship left and right
- Space bar: Shoots a bullet forward