Skip to content

norbcodes/Commandline-Pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong in the CMD minigame.

This was made as a minigame for MF366's Minigame Collection.

Released as standalone for all to play :)

How to play?

Before everything, you need Python 3.10 which you can download here. Now let's get started :)
Also, this app is not quite running on Linux right now, so please be patient until this is fixed.

1. Download the repo

Click on "Code" and click "Download ZIP"
This will download the entire repository.
Or get the latest release of this repo here.

2. Install necessary modules

You can do this by doing pip install -r requirements.txt
The requirements.txt already comes with the repo.

3. Run the script

Simply do python PongEngine.py.
If you have downloaded everything successfully, the game shouldn't crash on boot.
And if it didn't, have fun :)

MF366's Minigame Collection

As said, this was made as a part of MF366's Minigame collection.
Make sure to check it out here, there are cool minigames there.