HbotondS / 2D-Top-down-shooter

2D Top-down shooter made with C++ and OpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

2D Top-down shooter made with C++ and OpenGL

License:GNU General Public License v3.0


Languages

Language:C++ 98.5%Language:CMake 1.5%