Subway-CV is an innovative endless runner game where players navigate lanes, dodge obstacles, and collect coins. Unlike traditional games, Subway CV Runner harnesses the power of computer vision, allowing players to control their in-game character using real-time physical movements captured by a camera. Dive into this immersive experience where your body's motions translate directly into the game, merging the realms of physical activity and digital gameplay.
- Establish positioning per lane
- Limit player movement
- Create trains entity
- Make moving and idle trains
- Make trains collide with player
- Create coins
- Make coins collied with player
- Add scoring based on distance and coins
- Add leaderboards
pip install -r requirements.txt
python3 main.py