Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarioClone

Overview

  • This project is an assignment from a C++ game programing free course that I learnt on youtube.
  • Because of the lack of assets and resources, the project is still incomplete.
  • You can watch the course here

Installation

On Linux

You should have the following dependencies installed:

  • git
  • g++ (or any C++ compiler)
  • make
  • SFML library (3.0)

Steps:

  1. Clone the repository:

    git clone https://github.com/thkinh/MarioClone.git
  2. Navigate into the project directory:

    cd MarioClone
  3. Run the setup script:

    ./run.sh

    This will automatically build the project and run the game.

On Windows (Old version, depracated)

  1. Install dependencies:

  2. Switch to the master branch:

    The Windows build code is on the master branch. Run the following command to switch to it:

    git checkout master
  3. Build the project by using VisualStudio:

  • Open VisualStudio on the MarioClone folder and run.

About

Mario Clone using C++ and SFML

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages