mirror of
https://github.com/theoleuthardt/DinoGame.git
synced 2026-06-13 09:27:57 +00:00
2 KiB
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
- Library: Raylib Website Raylib Github
- CMakeList Template: CMakeList by tupini07
- Game Assets: Dino Game Assets
- CropImages: iloveimg Image Cropper
- RemoveBG for Game Assets: RemoveBG Tool
- Generative AI for fixing some bugs: ClaudeAI ChatGPT
Installation
Download build from Github
- Download the latest release from the Releases page
- Extract the zip file
- Run the executable
Build from source
- Requirements/Dependencies
- Windows: Visual Studio or MinGW
- Linux:
g++,make,cmake - MacOS:
g++,make,cmake
- Clone the repository
git clone https://github.com/theoleuthardt/DinoGame.git
- Build the project
cd DinoGame
mkdir build
cd build
cmake ..
cmake --build .
- Run the executable
-
Windows
cd build DinoGame.exe -
Linux/MacOS
cd build ./DinoGame
-