Skip to content

Pokemon like project for C++ course at Concordia University

License

Notifications You must be signed in to change notification settings

filol/Mini-Pokemon-Like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concordia_Game

Screenshoots

screenshoot 1

Requisites

This guide will help you to compile the test on Linux /Mac OS

You will need:

  • SFML;
  • GCC compiler (g++).
To get the latest SFML library:
sudo apt install libsfml-dev

or

sudo pacman -S libsfml-dev
To get the GCC compiler (g++):
sudo apt install g++

or

sudo pacman -S g++

Compiling

To run this project, you will may want to compile it first. To do so, go to the root of the project folder via terminal and run the following:

make

And then, to execute it, you need to be at the root of the project folder. Then, run the following:

./bin/ConcordiaGame

Author

@François Dexemple - fdex24@gmail.com

@Tom Klotz

About

Pokemon like project for C++ course at Concordia University

Resources

License

Stars

Watchers

Forks

Packages

No packages published