Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luizppa/top-gear
The SNES Top Gear game made in Allegro 5
https://github.com/luizppa/top-gear
allegro allegro-framework allegro5 car-game cpp game-2d snes top-gear
Last synced: 8 days ago
JSON representation
The SNES Top Gear game made in Allegro 5
- Host: GitHub
- URL: https://github.com/luizppa/top-gear
- Owner: luizppa
- License: gpl-3.0
- Created: 2018-10-26T03:24:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-20T01:37:41.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T13:51:59.779Z (over 1 year ago)
- Topics: allegro, allegro-framework, allegro5, car-game, cpp, game-2d, snes, top-gear
- Language: C++
- Homepage:
- Size: 44 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Top Gear
### The SNES Top Gear game made in Allegro 5## About
this project was developed for educational purposes as part of the work to complete the discipline of algorithms and data structures of the bachelor's degree course in computer science at UFMG (Federal University of Minas Gerais). If we have any copy-right issues please contact me and i will gladly remove it.## Installing
In order to run this project you must have the [Allegro 5](https://liballeg.org/) library installed.You can find further information about installing allegro [here](https://wiki.allegro.cc/index.php?title=Getting_Started).
Note: if you're using an linux environment, your installation is likely as simple as running these three commands:```
$ sudo add-apt-repository ppa:allegro/5.2
$ sudo apt-get update
$ sudo apt-get install liballegro5-dev
```Once you have allegro installed, clone the project into your computer. On the root directory you will find a ```compile``` file which contains the script you need to compile the code (~~it is possible that I will make a makefile for this in the future, but it is not likely, feel free to pull a request if you are feeling generous~~ it turns out I did put up a makefile). With the code compiled run the executable ```top_gear.tp``` output file to start the game.
## Contribute
Bug reports, suggestions (please [create an issue](https://github.com/LuizPPA/TopGear/issues/new)) and pull requests are welcome.