Skip to content

viktorvorobev/pygames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI checks License: MIT linkedin

pygames

A small pet project with simple games with console UI powered by blessed.

Installation

  1. Clone the repo
  2. Create a virtual environment of a choice, e.g. with venv:
    python3.11 -m venv .venv
  3. Activate the virtual environment, e.g. for venv and linux: source .venv/bin/activate
  4. Install the package: pip install .

Contents

The following games are available:

To run simply call game-of-life after installation:

Demo

game-of-life.gif

Snake

To run simply call snake after installation:

Demo

game-of-life.gif

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published