euanripper.pythonanywhere.com
i coded a logical puzzle game (slide game) and added some game modes and a daily leaderboard! the hardest mode only has one solution!
this is my first ever website and i wrote all the code painstakingly myself with no templates or imported css.
its written with python flask backend and sqlAlchemy
wrote some code to put images into minecraft 🙂 I recorded the RGB values of a bunch of blocks and every pixel. Then I use the RGB values as a coordinate in 3d space and use 3D pythag to find the block that is the closest colour to each pixel!