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
- Host: GitHub
- URL: https://github.com/hansbug/pygame_demo
- Owner: HansBug
- Created: 2023-08-09T07:52:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T08:08:58.000Z (almost 3 years ago)
- Last Synced: 2024-12-29T15:10:12.255Z (over 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```