Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 483 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 483 Bytes

TODG : Totally Original Dinosaur Game

Remake of the "Dinosaur Game" of the Chrome Browser in pygame.

game preview

Features

  • Totally original gameplay.
  • Highscores offline save (using sqlite).
  • Sharp sound effects.

Requirements

  • Python 3 (3.9.4 tested)
  • pygame : pip install pygame

How to install

  • git clone https://github.com/LesEsperluettes/DinosaurGame.git
  • cd DinosaurGame
  • python -m pip install pygame
  • python game.py