https://github.com/ashok-arjun/mario-using-c-plus-plus
A game, developed in C++. The graphics in the game were rendered using Allegro, a graphics library for C++. The game replicates one level of Mario.
https://github.com/ashok-arjun/mario-using-c-plus-plus
allegro c cpp cpp-library cppgame game graphics mario
Last synced: 10 months ago
JSON representation
A game, developed in C++. The graphics in the game were rendered using Allegro, a graphics library for C++. The game replicates one level of Mario.
- Host: GitHub
- URL: https://github.com/ashok-arjun/mario-using-c-plus-plus
- Owner: ashok-arjun
- Created: 2019-08-13T15:27:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T15:49:14.000Z (over 6 years ago)
- Last Synced: 2025-01-30T17:39:34.161Z (12 months ago)
- Topics: allegro, c, cpp, cpp-library, cppgame, game, graphics, mario
- Language: C++
- Homepage:
- Size: 6.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mario
Mario game written using __C programming__, with the help of a library called __'Allegro'__.
The project has been developed in Visual Studio 2010 environment.
So, the [.sln file](https://github.com/arjun2000ashok/Mario/blob/master/mario.sln) can be directly opened in Visual Studio 2010, or the files in mario can be opened in any IDE after installing the libraries.
The Allegro libraries should be installed in the computer for which one can follow [this](https://www.youtube.com/watch?v=IZ2krJ8Ls2A) tutorial, and the libraries can be downloaded from [this](https://www.allegro.cc/files/) link.
The main file associated with the project is the [main.cpp file inside the mario folder](https://github.com/arjun2000ashok/Mario/blob/master/mario/main.cpp).
## Screenshots from the game



