Personal details

Billy T. - Remote game developer

Billy T.

Timezone: London (UTC+1)

Summary

I'm an award-winning programmer that has a degree in computer science and machine learning from Brunel University. Over the years I've programmed countless games, websites and solved many puzzles. I have experience teaching children and teenagers to code from volunteer work at my school and from having taught at Tech Camp.

Work Experience

Games Development Tutor
Techcamp | Jul 2019 - Aug 2019
C#
I taught kids to create games in unity.
Inventor Schol Tutor
Techcamp | Jul 2018 - Aug 2018
C++
I taught kids and teenagers to make circuits and controll them with an arduino.

Personal Projects

Pi Day Challenge For instructablesIconOpenNewWindows
2016
Python
Python 3
Python 2
To cellibrate Pi day I decided I would learn different ways how pi is calculated and then use PYthon to calculate pi on a raspberry pi and print out it's digits in the shape of the greek numeral pi.
Particle SimulatorIconOpenNewWindows
2016
Python
Python 3
When doing work experience for CERN, I was tasked with creating a program that would simulate how charged particles react with eachother and an electric feild. I used python to create a particle class which had properties for a particles position, velocity and mass and methods to move, interact with an electric feild, and interact with another particle. From there I created instances of charged particles at random locations within my simulation, and used