Skip to content

Pong But Epilepsy v.1.1.0

Latest
Compare
Choose a tag to compare
@AudreyS108 AudreyS108 released this 04 Sep 03:10
· 4 commits to main since this release
0674503

This is the application version of my Pong But Epilepsy game.

How to operate:

  1. Download the "APP_VER_Pong-But-Epilepsy.exe" file, and the 5 .mp3 files. (Will take about 5 mins)
  2. Make a folder called "sounds", then place all the .mp3 files in that folder. (Make sure the .exe file and "sounds" folder are in the same area, e.g. both in "Downloads.")
  3. Find the .exe file and click into it.
  4. Done! Enjoy~!

TW: FLASHING LIGHTS IN GAME

Alternate operating methods (only if above method fails!)

Click to open!
  1. Press the green "Code" button. Select "Local" and then "Download ZIP"

Step1

  1. Unzip/extract the downloaded ZIP folder

  2. Follow these steps:

Open VS Code, then through VS Code, open the unzipped/extracted folder, click in till you find "pong-but-epilepsy.py", and open that file.
In the terminal, input the following code::

pip install pygame
pip install sys
pip install random
pip install time

(These commands are used to install the needed Python Libraries in order for the code to run as it should.)
You can now play the game! Run the code with the Python Debugger (keyboard shortcut Control + F5). A pygame window should pop up. Enjoy the fun! :PP
Screenshot 2025-09-04 145625