·
4 commits
to main
since this release
This is the application version of my Pong But Epilepsy game.
How to operate:
- Download the "APP_VER_Pong-But-Epilepsy.exe" file, and the 5 .mp3 files. (Will take about 5 mins)
- 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.")
- Find the .exe file and click into it.
- Done! Enjoy~!
TW: FLASHING LIGHTS IN GAME
Alternate operating methods (only if above method fails!)
Click to open!
- Press the green "Code" button. Select "Local" and then "Download ZIP"
-
Unzip/extract the downloaded ZIP folder
-
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