Pinned Repositories
kMeansToy
Toy that visualizes the k-Means algorithm. Video of it in action: https://www.youtube.com/watch?v=ZZtG42HpcbI
wordlegameANDsolver
working wordle game with solver ai thing. image of it in action (i gave it the first guess) https://imgur.com/3KsiKYm
baseconverter
converts an input into a base (includes letters for digits past 9)
fluidSimToy
Unfinished. simulates fluid diffusion based on concentration, planning on implementing velocity to make actual realistic fluid
gameoflife
testing using linear algebra to optimize my programs
MatrixAverages
i use this to do quick and useful calculations for things like the fluid sim and game of life
spinningtetrahedron
wanted to try out making 3d renders from scratch https://www.youtube.com/shorts/7oYpQrJ_ChE
vectorfield
displays and lets you interact with a vector field
2048python
Simple 2048 Implementation of the original game by Gabriele Cirulli made for CSCI4511W
autobackupscript
Python script that automatically copies a file every specified period
notwintermute's Repositories
notwintermute/2048python
Simple 2048 Implementation of the original game by Gabriele Cirulli made for CSCI4511W
notwintermute/autobackupscript
Python script that automatically copies a file every specified period
notwintermute/baseconverter
converts an input into a base (includes letters for digits past 9)
notwintermute/fluidSimToy
Unfinished. simulates fluid diffusion based on concentration, planning on implementing velocity to make actual realistic fluid
notwintermute/spinningtetrahedron
wanted to try out making 3d renders from scratch https://www.youtube.com/shorts/7oYpQrJ_ChE
notwintermute/vectorfield
displays and lets you interact with a vector field
notwintermute/MatrixAverages
i use this to do quick and useful calculations for things like the fluid sim and game of life
notwintermute/gameoflife
testing using linear algebra to optimize my programs
notwintermute/wordlegameANDsolver
working wordle game with solver ai thing. image of it in action (i gave it the first guess) https://imgur.com/3KsiKYm
notwintermute/kMeansToy
Toy that visualizes the k-Means algorithm. Video of it in action: https://www.youtube.com/watch?v=ZZtG42HpcbI
notwintermute/TextQuest
A sort of text based movement thing. (Made in C++ when I was 13)