Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cm0use/horse-racing

Horse racing, no 3D or third party libraries, just the standard functions provided by the compiler.
https://github.com/cm0use/horse-racing

cpp cpp-game cppgame horse-racing horseracing

Last synced: about 2 months ago
JSON representation

Horse racing, no 3D or third party libraries, just the standard functions provided by the compiler.

Awesome Lists containing this project

README

        

Horse racing


Windows
macOS
Linux



Horse racing, a sport involving two or more horses ridden by jockeys (or sometimes without jockeys) over a given distance to compete.


Features
Requirements
Compile & Run
Contributing
License

![race](https://user-images.githubusercontent.com/102839710/224604230-e4749c1b-11f3-4a12-839e-98d58b661a79.gif)

## Features
* You can change the size of the map, in which position they will start/finish.
* How the horses will look like in the race and, place as many horses as you want.
* You can also change the speed at which they go.
* Easy to modify.
* Cross-Platform
- Windows, macOS and Linux.

## Requirements
* g++
* git (optional)

## Compile & Run
To **clone** and **compile** this game, you will need to have **git** and **g++** installed on your computer.

From your command line:

```bash
git clone https://github.com/CM0use/Horse-Racing.git
cd Horse-Racing
g++ -O2 -std=c++2a src/main.cpp src/utilities.cpp -o HorseRacing
```

Run on **macOS & Linux**:
```bash
./HorseRacing
```

Run on **Windows**:
```cmd
HorseRacing.exe
```

## Contributing
**Any contribution you make will be greatly appreciated.**

If you have any ideas/suggestions to improve this repository, make a fork and create a pull request.

You can also open the issue tracker to report any improvements or bugs.

## License
**Distributed under the GNU General Public License v3.0**

See accompanying file LICENSE

or copy at GNU General Public License