Skip to content

HbotondS/2D-Top-down-shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D-Top-down-shooter

University project in Software Management, made with C++ and OpenGL.

About the project

The goal of our project was to get familiar with the basics of game development. We choosed OpenGL & C++ for our programming language because of the cross-platform API and because of the great documentation. We tried to choose a simple game for our project so we can implement it in time, so that's how we decided to make a 2D top-down shooter because it's easy to implement.

Class diagram

How to build and run:

cmake .
cmake --build .
./game

Our team 😄

Botond Hegyi
Botond Hegyi

Szilárd Fekete
Szilárd Fekete

Katalin Kovács
Katalin Kovács

Our mentor and teacher

Zoltán Szántó
Zoltán Szántó

License

Licensed under the GPL-3.0