Just a little and simple DINO game which is known by the iconic no internet page from google chrome browser!
Find a file
2025-03-13 12:05:27 +01:00
.github/workflows fix: dependencies for x11 support 2025-03-13 12:05:27 +01:00
src feat: game class for managing the game and running it in main 2025-03-13 10:55:41 +01:00
CMakeLists.txt fix: assets path now should be there 2025-03-13 11:55:19 +01:00
README.md docs: updated readme with installation guide and resources 2025-03-13 11:24:37 +01:00

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