Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HB-the-Pencil authored Dec 31, 2024
1 parent 4708b01 commit df77daa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Defendish-Game
This is a clone of the arcade game Defender created in Pygame. Sprites were redrawn by hand (and the background was generated using a Khan Academy program) and based on the spritesheet found at [https://seanriddle.com/defendersprites.jpg](https://seanriddle.com/defendersprites.jpg). The project is based on Chapter 12 of the book Python Crash Course, but turned into Defender instead of Space Invaders.

## Installation

~~To run the program, download the release, open your terminal, change directories to the file, and type:~~

~~pip install -r requirements.txt~~
Expand All @@ -11,7 +13,7 @@ You can still manually install dependencies based on the above steps, but the co

There will be a build eventually so that it can run as an executable file.

## Version Notes:
# Version Notes:
## 1.0:
- Added the player and drifty movement
- Limited the player from going too high or too low
Expand Down

0 comments on commit df77daa

Please sign in to comment.