Skip to content

First practical project of the Operating Systems class.

License

Notifications You must be signed in to change notification settings

biossauro/pong-ultimate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Ultimate

Pong Ultimate

Introduction

First, I would like to thank the academy and my mother for the banana cake recipe. Second, I forgot to mention that this is my first practical project in the Operating Systems class.

Running

Run pong-ultimate.exe and it should work.

However, if you prefer a more traditional way of running a Python project...

  1. Download and install Python 3;
  2. In the console, type python -m pip install -r requirements.txt and press ENTER;
  3. Then, still at the console, type python main.py and press ENTER again;
  4. Have fun!

About

First practical project of the Operating Systems class.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published