https://github.com/zantier/pygame-reload
Reload pygame on code changes (Linux or Windows)
https://github.com/zantier/pygame-reload
Last synced: about 2 months ago
JSON representation
Reload pygame on code changes (Linux or Windows)
- Host: GitHub
- URL: https://github.com/zantier/pygame-reload
- Owner: Zantier
- Created: 2024-02-19T15:28:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-21T02:30:37.000Z (about 1 year ago)
- Last Synced: 2025-02-03T13:45:48.478Z (4 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pygame-reload
Reload pygame on code changes (Linux or Windows). This project doesn't do much other than
provide a template for pygame beginners!### Install
Install:
- git
- python
- node.jsInstall pygame:
```
pip install pygame
```Install nodemon:
```
npm i -g nodemon
```Open a terminal in a directory to copy this project to, and run git clone:
```
git clone https://github.com/Zantier/pygame-reload
```### Run
On Linux, run:
```
nodemon main.py
```On Windows, double click `dev.cmd`