top of page
Coding

C++

Calculator

01

Simple Calculator.

Basic calculator that can add, subtract, multiple, divide numbers as well as can find the mean of a range of numbers.

02

Space Invaders.

A copy of the popular retro game Space Invaders, made in C++ and SFML.

Image by Kvalifik
Shapes Logo_edited.jpg

03

Shapes and Inheritance.

Solution that shows how inheritance works in C++ and how shapes can be used to draw other shapes, for example, a square can be drawn using a rectangle constructor. Uses SFML.

04

ATM and Server and what the problems were.

I was given code for a ATM machine and a server for it, and told to find all the problems there were with the system.

Image by Giovanni Gagliardi
Dragon

05

Polymorphism.

I created a small text dungeon crawler to show how I can use polymorphism. Looking back at this, I did make the game too hard.

06

Google Testing.

I learnt how to test my code using google tests. This is basic test but would help me understand how to test future code.

Image by Sigmund
Image by Dan-Cristian Pădureț

07

A Physics Engine.

Here you will see a small pool like sandbox where physics is working in a 2D plain.

08

Lighting For Shaders.

I was given a teapot which I would use lighting to illuminate it.

Video Game Designers
bottom of page