Software Development


University Grade Calculator

The software allows enter assigments marks for each BSc Computer Science modules and then calculates achievements.
Technologies Used: C#


Slot Machine

Multithreaded animated virtual game Swing application, where the user can start or stop three spinning reels, each with a symbol. User performance statistics can also appear.
Technologies Used: Java


Path Finding

Path finder program calculating the minimum weighted distance using the minimum spanning tree, Manhattan, Euclidean and Chebyshev metrics, Dijkstra algorithm, and StdDraw library.
Technologies Used: Java