An open API service indexing awesome lists of open source software.

https://github.com/hansbug/pygame_demo

PyGame Demo and Online
https://github.com/hansbug/pygame_demo

Last synced: 6 months ago
JSON representation

PyGame Demo and Online

Awesome Lists containing this project

README

          

# pygame_demo

PyGame Demo and Online

## Install environment

```shell
python -m venv venv
pip install -r requirements.txt
```

## Run this toy game with python

```shell
python pygame_demo/main.py
```

## Run this toy game with web (buggy for now)

```shell
pip install pygbag
pygbag pygame_demo
```