Profile
- Location
- Gdansk, Poland
- City
- Gdańsk
- Public repositories
- 6
GitHub
Snapshot:
E-commerce project based on PrestaShop 1.7.8
A console-based Backgammon game written in C++ using the ncurses library. Features a text user interface (TUI), local two-player mode, and game state saving.
A 2D arcade platformer game inspired by Donkey Kong, written in C++ using the SDL2 library. Features 3 playable levels, a scoring system, and classic physics.
A C++ application that analyzes the board state of the classic connection game Hex.
A microservices-based application for managing mountains and hiking trails, built with Spring Boot, Angular, and PostgreSQL.
A C++ mathematical expression evaluator that converts infix notation formulas to Reverse Polish Notation (RPN) and calculates the results. It features custom Stack and Queue data structures and supports advanced operations like IF, MIN, and MAX functions.