Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terroo/chrome-dino
Google Chrome Dinosaur Game, but made with C++ and SFML
https://github.com/terroo/chrome-dino
cpp cpp23 gamedev sfml sfml-game
Last synced: 2 months ago
JSON representation
Google Chrome Dinosaur Game, but made with C++ and SFML
- Host: GitHub
- URL: https://github.com/terroo/chrome-dino
- Owner: terroo
- License: bsl-1.0
- Created: 2024-07-17T00:12:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T01:18:18.000Z (6 months ago)
- Last Synced: 2024-07-17T04:29:09.803Z (6 months ago)
- Topics: cpp, cpp23, gamedev, sfml, sfml-game
- Language: C++
- Homepage: https://youtu.be/SEImvXJ88sE
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chrome-dino
Google Chrome Dinosaur Game, but made with C++ and SFML
> Similar to , only Google Chrome!---
![chrome-dino play](./chrome-dino-play.png)
---
## Dependencies
+ C++ compiler: [g++](https://gcc.gnu.org/) or [clang++](https://clang.llvm.org/)
+ [SFML](https://www.sfml-dev.org/)---
## Compile and run
Compile:
```bash
git clone https://github.com/terroo/chrome-dino
cd chrome-dino
g++ main.cpp -lsfml-graphics -lsfml-window -lsfml-system
```Run:
```bash
./a.out
```
---> The step by step was shown in the video: