The Work

Welcome to my creative space... the 'werk room' if you will. Here's some of the things I’ve recently made.

Go on, have a browse.

Or check out the code directly on GitHub.

Explore on Github
Image of work being demonstrated

Tic Tac Toe in Python

Play the computer in this cute game of tic tac toe. Written in Python and using Turtle for the GUI.

See the code
Image of work being demonstrated

Tip Calculator App in C# (made with Xamarin)

Type in your bill amount, use the slider to select your tip percentage then add how many people joined you for dinner and the app will calculate the rest!

See the code
Image of work being demonstrated

CoViduliser App in C# (made with Xamarin)

Using the free web API 'About Corona', get up to date info on the world and your chosen country's COVID-19 stats.

See the code
Image of work being demonstrated

Quote of the Day in C# (made with Xamarin)

Store all your favourite glow up quotes and sayings in one place. This simple 2 page app is using JSON to save your quotes.

See the code
Image of work being demonstrated

Battleships in Python

Play the classic two player game Battleships within the console. Play two player or player the computer!

See the code
Image of work being demonstrated

Currency Convertor in C# (made with Xamarin)

Keep track of your loose change and convert it between three currencies. Using the free ExchangeRates API for currency converting.

See the code