Skip to content

malmakova-na/alien_game_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Aliens for C++ course at MIPT

This is my project for C++ course. Some screenshots:

How to play

You need to blow up the planets by pushing them into black holes. Use arrows to move alien dude. Press "R" for restart level, press space to make the alien start to move randomly.

How to install on Linux

Firstly you need to install SFML library:

sudo apt-get install libsfml-dev

Then compile:

g++ run.cpp Game.cpp Map.cpp Cell.cpp -o run -lsfml-graphics -lsfml-window -lsfml-system

And run:

./run

Enjoy!

About

Task for C++ course at MIPT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages