Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: