Skip to content

taiwaness/canepi-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cancer cell runner game

A Python implementation based on Chrome Dinosaur Game with additional features.

Featur

  • A cancer cell runner that runs over DNA methylation and avoid drug to be malignant
  • Player name input system
  • Top 10 leaderboard

Controls

  • Space/Up Arrow: Jump
  • Down Arrow: Duck

Requirements

  • Python 3.8+
  • Pygame 2.5.0+

Installation

  1. Clone this repository
  2. Create a virtual environment: python -m venv .venv
  3. Activate the virtual environment:
    • Windows: .venv\Scripts\activate
    • Unix/MacOS: source .venv/bin/activate
  4. Install requirements: pip install -r requirements.txt

Running the Game

python canepi-runner.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages