I presented the Nagory game at DevCon#22 on June 13, 2024 organized by the magazine Programz! at school 42 in Paris.
This repository contains the sources of the small demos presented on this occasion.
These are small building blocks that allow you to create a platform game with Delphi without a third-party library.
This repo contains 4 demos :
- Animations : create an animated sprite without code
- Collision : bounding box collisions test
- Scrolling : multi directional paralax scrolling
- Jump : simulate a jump