A Python implementation based on Chrome Dinosaur Game with additional features.
- A cancer cell runner that runs over DNA methylation and avoid drug to be malignant
- Player name input system
- Top 10 leaderboard
- Space/Up Arrow: Jump
- Down Arrow: Duck
- Python 3.8+
- Pygame 2.5.0+
- Clone this repository
- Create a virtual environment:
python -m venv .venv
- Activate the virtual environment:
- Windows:
.venv\Scripts\activate
- Unix/MacOS:
source .venv/bin/activate
- Windows:
- Install requirements:
pip install -r requirements.txt
python canepi-runner.py