Skip to content

reumer06/PySurf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySurf

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.

PySurf Gameplay

Requirements

  • Python 3.10+
  • Pygame

Installation

Clone the repository:

git clone https://github.com/reumer06/PySurf
cd PySurf

Create a virtual environment:

python -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

Install dependencies:

pip install -r requirements.txt

Run

python game.py

Objective

Collect coins, avoid obstacles, and survive as long as possible.

License

MIT

About

Pygame implementation of the Edge Surf.

Resources

License

Stars

Watchers

Forks

Contributors

Languages