Jamie-whitehair
Intermediate Python Programmer, usually just upload small projects i worked on.
SchoolNorfolk, England
Pinned Repositories
Binary-Addition-8bit
A simple program to add binary digits together from 0-255, and outputs the correct answer in binary format.
Coin-Flip
This program allows you to input an amount of times you want to flip a coin, then randomly chooses between two options ('heads' or 'tails'), and tell you how many 'heads' or 'tails', then outputs a percentage.
decimal-to-binary-8bit
Simply converts all numbers from 0-255.
Snake
I used Pygame to create this, a very simple 'snake' type game with SFX and a score-saving feature, read the README.txt for more info.
Jamie-whitehair's Repositories
Jamie-whitehair/Snake
I used Pygame to create this, a very simple 'snake' type game with SFX and a score-saving feature, read the README.txt for more info.
Jamie-whitehair/Coin-Flip
This program allows you to input an amount of times you want to flip a coin, then randomly chooses between two options ('heads' or 'tails'), and tell you how many 'heads' or 'tails', then outputs a percentage.
Jamie-whitehair/decimal-to-binary-8bit
Simply converts all numbers from 0-255.
Jamie-whitehair/Binary-Addition-8bit
A simple program to add binary digits together from 0-255, and outputs the correct answer in binary format.