diff --git a/README.md b/README.md index 2558109..de199a1 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ A game where you can test your super heroes with more random ones :) $ pip install pygame ``` +Screenshots from the game +![Pygame Installation](https://github.com/Ujjwal29/squabble/blob/master/game/images/pygame_installation.png?raw=true) + +![Running the game](https://github.com/Ujjwal29/squabble/blob/master/game/images/python_main.PNG?raw=true) + +![Home page](https://github.com/Ujjwal29/squabble/blob/master/game/images/home%20screen.PNG?raw=true) + +![First page](https://github.com/Ujjwal29/squabble/blob/master/game/images/first_page.PNG?raw=true) + + ```python python main.py ``` diff --git a/game/images/first_page.PNG b/game/images/first_page.PNG new file mode 100644 index 0000000..435edd5 Binary files /dev/null and b/game/images/first_page.PNG differ diff --git a/game/images/home screen.PNG b/game/images/home screen.PNG new file mode 100644 index 0000000..865e5ba Binary files /dev/null and b/game/images/home screen.PNG differ diff --git a/game/images/pygame_installation.png b/game/images/pygame_installation.png new file mode 100644 index 0000000..747b485 Binary files /dev/null and b/game/images/pygame_installation.png differ diff --git a/game/images/python_main.PNG b/game/images/python_main.PNG new file mode 100644 index 0000000..647554c Binary files /dev/null and b/game/images/python_main.PNG differ