Skip to content
/ pygames Public

Games and simulations created in python using the pygame library

Notifications You must be signed in to change notification settings

adrolc/pygames

Repository files navigation

pygames

This repository contains small games and simulations created in python using the pygame library.

Installation

Create a virtual environment

$ python -m venv .venv

Activate the virtual environment

$ venv\Scripts\activate

Install the required libraries

$ pip install -r requirements.txt

Run the game

$ py game_name.py

If you have the required libraries installed globally, you can run the game immediately

Overview

alt text

alt text

alt text

alt text alt text

About

Games and simulations created in python using the pygame library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages