Skip to content

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.

Notifications You must be signed in to change notification settings

ashok-arjun/Mario-Using-C-Plus-Plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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 tutorial, and the libraries can be downloaded from this link.

The main file associated with the project is the main.cpp file inside the mario folder.

Screenshots from the game

Introduction

1

2

3

About

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.

Topics

Resources

Stars

Watchers

Forks