Skip to content

AlanDavd/python-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Games

These are 2D Python games built with Pygame I wrote while learning Python. You can found the tutorials in freecodecamp.

Games

Run the games

To run the games you need to create a virtual environment and install the dependencies with the next commands:

First, clone this repo.

Second, create a virtual environment:

$ python3 -m venv venv

Third, intalls the dependencies:

$ pip install -r requirements.txt

Finally you can run each game with the next command:

Pong

$ python3 pong/pong.py

Tetris

$ python3 tetris/main.py

About

2D Python games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages