Pinned Repositories
asteroids-clone
An asteroids clone written in C# using Unity Engine
bad-bubble-sort
Probably an inefficient way of writing a bubble sort, but it's my first proper time writing c++ code. Gotta start somewhere.
Basic-Shields-Fabric
Adds shields for all the vanilla materials and more!
chat-room
Chat room program written using Python that makes use of sockets, multi-threading, and queues. Uses a simple client-server system.
colour-picker
Simple colour picker written in Python using the pygame and tkinter libraries. It was made so I didn't have to look up a website to look for the hex colour values of certain colours - also useful when going w/o an internet connection.
double-slit
Slow simulation of wave interference written in Python with pygame.
floorcast-test
image-to-text
Simple Python script that, using the PIL library, converts a given image into a text file of variable size w/ 20 levels of available brightness (represented by 20 different characters).
launchpad-snake
Ripped out code from my python snake game, put it into another python file, mashed it together with the launchpad_py library (and pygame, and the random library) and out came this abomination of a child.
ogpaulw.github.io
Github Pages website
ogpw's Repositories
ogpw/asteroids-clone
An asteroids clone written in C# using Unity Engine
ogpw/bad-bubble-sort
Probably an inefficient way of writing a bubble sort, but it's my first proper time writing c++ code. Gotta start somewhere.
ogpw/Basic-Shields-Fabric
Adds shields for all the vanilla materials and more!
ogpw/chat-room
Chat room program written using Python that makes use of sockets, multi-threading, and queues. Uses a simple client-server system.
ogpw/colour-picker
Simple colour picker written in Python using the pygame and tkinter libraries. It was made so I didn't have to look up a website to look for the hex colour values of certain colours - also useful when going w/o an internet connection.
ogpw/double-slit
Slow simulation of wave interference written in Python with pygame.
ogpw/floorcast-test
ogpw/image-to-text
Simple Python script that, using the PIL library, converts a given image into a text file of variable size w/ 20 levels of available brightness (represented by 20 different characters).
ogpw/launchpad-snake
Ripped out code from my python snake game, put it into another python file, mashed it together with the launchpad_py library (and pygame, and the random library) and out came this abomination of a child.
ogpw/ogpaulw.github.io
Github Pages website
ogpw/pong-cplusplus
Pong clone written in C++ using the SFML libraries.
ogpw/projectile-motion
Simple (WIP) projectile motion simulator
ogpw/Revision-Website
A website for personal revision. Using it to revise for GCSEs and to teach myself web development.
ogpw/simple-hashing
Simple python script that allows a user to enter a string and hash it using 4 SHA hashing functions (sha224, sha256, sha384, sha512).
ogpw/simple-maze-game
Simple maze game written in Python using the pygame library
ogpw/snake
Just a simple snake clone made in Python using the pygame library
ogpw/sorting-algorithms
A collection of sorting algorithms.