I make the computer do the thing (sometimes).
I also make music: SoundCloud
I make the computer do the thing (sometimes).
I also make music: SoundCloud
It's a 2D Raycaster made with the SDL2 graphics library. Rays are fired from the origin point and drawn until they intersect with a wall object, or until they leave the screen.
C++
An implementation of Tic-Tac-Toe that uses Python's socket library to allow players to connect to one another across a network
Python
A simple messaging app that uses Python's socket library to send data across a network.
Experimenting with rendering different types of graphical elements in SDL2 and handling input. Includes some explosion particle effects, solid walls and AI bots. Also includes a class for building ...
C++
A script parser, script generator, command interpreter and visualizer for turtle graphics. Requires PyGame.
Python