DinoGame/README.md
2025-03-13 15:25:01 +01:00

2 KiB

Dino Game 🦖🎮

Description

Welcome to the iconic Dino Game known from your Google browser! In this endless runner game, you control a pixelated dinosaur running through the desert, dodging obstacles and aiming for the highest score. Jump over cacti and see how far you can go!

Features

  • Classic Gameplay: Inspired by the well-known browser dinosaur game
  • Progressive Difficulty: The game speeds up over time, making it more challenging
  • Simple Controls: Easy-to-learn, hard-to-master mechanics

Keyboard Controls

  • Spacebar: Jump
  • R: Restart the game
  • ESC: Exit the game

Resources

Installation

Download build from Github

  • Download the latest release from the Releases page
  • Extract the zip file
  • Run the executable

Build from source

  1. Requirements/Dependencies
  2. Clone the repository
git clone https://github.com/theoleuthardt/DinoGame.git
  1. Build the project
cd DinoGame
mkdir build
cd build
cmake ..
cmake --build .
  1. Run the executable
    • Windows

      cd build
      DinoGame.exe
      
    • Linux/MacOS

      cd build
      ./DinoGame