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++.
- Host: GitHub
- URL: https://github.com/stavrosarm/knights-tale
- Owner: StavrosArm
- Created: 2024-02-04T19:27:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T11:04:22.000Z (over 2 years ago)
- Last Synced: 2024-12-27T08:27:05.874Z (over 1 year ago)
- Topics: cpp, game-development, graphics
- Language: C++
- Homepage:
- Size: 40.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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.

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.

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.