From 583cfd30c316fe4828c5da33b24db2aed19e0c04 Mon Sep 17 00:00:00 2001 From: Ayushi George Date: Mon, 29 May 2023 01:47:56 +0530 Subject: [PATCH] Create README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..b4788b5a --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# Space-Invaders-Pygame +Creating the game Space Invaders using Pygame Module in Python +Game: "Whack-a-Mole" + +# Description: +Whack-a-Mole is a classic arcade game where the player must hit appearing moles with a mallet. The objective is to score as many points as possible within a given time limit. +This repository includes all the necessary code and assets to build and run the game. It provides a great starting point for understanding game mechanics, collision detection, and event handling in game development. + +# GitHub Repository: +https://github.com/attreyabhatt/Space-Invaders + +# Working Video + + +https://github.com/ayushigeorge/Space-Invaders-Pygame/assets/76419649/be8b9e39-dfec-4c42-9aac-b678d5f00180 + + +# ScreenShot +![image](https://github.com/ayushigeorge/Space-Invaders-Pygame/assets/76419649/c721d0b0-89eb-412b-8c58-a7cbf0e7c296)