A Pygame implementation of the Edge://Surf game. This is a recreation attempt of the original JavaScript version using the same visual resources, though it's not exactly the same.
- Python 3.10+
- Pygame
Clone the repository:
git clone https://github.com/reumer06/PySurf
cd PySurfCreate a virtual environment:
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activateInstall dependencies:
pip install -r requirements.txtpython game.pyCollect coins, avoid obstacles, and survive as long as possible.
MIT
