https://github.com/dranikpg/bsu-game
https://github.com/dranikpg/bsu-game
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dranikpg/bsu-game
- Owner: dranikpg
- Created: 2021-02-10T08:46:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T07:23:41.000Z (about 5 years ago)
- Last Synced: 2025-05-30T06:04:49.437Z (about 1 year ago)
- Language: C++
- Size: 20.5 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Day at BSU university

This is our student project made in spring 2021.
It's game, that simulates a day at our university.
The player has to explore its interiors, pass a meticulous guard, make it through a
dark labyrinth and master difficult minigames.
The game is written in C++ and uses the QT framework for windowing and graphics.
A self-written ECS powers the game core.
Maps are created using [Tiled](https://www.mapeditor.org/).
Our animation parser picks up any [Aseprite](https://www.aseprite.org/) animations.

#### Building
The project can be built with CMake. It requires the Qt libraries
(including mutlimedia) to be installed.