An open API service indexing awesome lists of open source software.

https://github.com/stavrosarm/knights-tale

A Knight's Tale is a 2D platform game written in C++.
https://github.com/stavrosarm/knights-tale

cpp game-development graphics

Last synced: 8 months ago
JSON representation

A Knight's Tale is a 2D platform game written in C++.

Awesome Lists containing this project

README

          

# A Knight's Tale

The present repository presents a simple 2D platform game developed using the sgg library.The game is written in C++ and it's aim is to showcase knowledge in memory management, good use of polymorphism and inheritance, as well as speed.

![Στιγμιότυπο οθόνης 2024-02-04 214510](https://github.com/StavrosArm/Knights-Tale/assets/75743598/e6a54b2e-9c49-4229-a61c-41d5e3c8b0d2)

The game presents a player whose aim is to obtain a sword.
In order to achieve that he must face different enemies and kill the Bringer of Death character.

![Στιγμιότυπο οθόνης 2024-02-04 215043](https://github.com/StavrosArm/Knights-Tale/assets/75743598/2ba05feb-2157-4a17-8d69-b350e8d7842d)

During the proccess of the game arrows are dynamically created aiming at the player that are destroyd after a certain distance , or if they hit our player.
The player gathers coins that he can cash-in a shop in order to obtain more lives as the game progresses or increased damage.

![Στιγμιότυπο οθόνης 2024-02-04 214639](https://github.com/StavrosArm/Knights-Tale/assets/75743598/8ebbbac9-ee63-46b2-9f84-5a64e562167c)

We don't own any of the assets and we don't aim commercial use of the project. Honorable mentions to itch.io and the
creators of the sprites for making this project possible.