https://github.com/sebastiencozedev/therightprice
This repository contains my first C++ project : The Right Price. To win, you have to find the right price.
https://github.com/sebastiencozedev/therightprice
console-game cpp cpp17
Last synced: about 1 year ago
JSON representation
This repository contains my first C++ project : The Right Price. To win, you have to find the right price.
- Host: GitHub
- URL: https://github.com/sebastiencozedev/therightprice
- Owner: SebastienCozeDev
- Created: 2023-09-24T15:53:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T18:01:01.000Z (over 2 years ago)
- Last Synced: 2025-02-12T06:25:01.688Z (over 1 year ago)
- Topics: console-game, cpp, cpp17
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TheRightPrice
This repository contains my first C++ program : The Right Price. To win, you have to find the right price.
## How to run it ?
1. Download the executable file [here](https://github.com/SebastienCozeDev/TheRightPrice/releases/download/v1.0.0/TheRightPrice.Linux).
2. Add the necessary rights for execution.
```sh
chmod u+x TheRightPrice.Linux
```
3. Run it.
```sh
./TheRightPrice.Linux
```