Skip to content

Edgyin42/mazerunner_game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeRunner

Screenshot 2023-10-17 at 9 17 18 pm

Installation

  • Open the terminal on your IDE

  • Clone the repo

  git clone https://github.com/janenntt/project_oop.git
  • Check the file status
  git status
  • Change branch
  git checkout 'branch_name'

How to Compile

You can compile the main file using the following command:

g++ testFunctionOneal.cpp Sprite.cpp  Animal.cpp Bomber.cpp Oneal.cpp Ballom.cpp  Move.cpp mapCreation.cpp game.cpp Blocked.cpp -std=c++11  -I/opt/homebrew/Cellar/sfml/2.6.0/include -o testOneal -L/opt/homebrew/Cellar/sfml/2.6.0/lib -lsfml-graphics -lsfml-window -lsfml-system

or using:

make run

Demo

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.6%
  • Makefile 2.4%