For a while, I have been making bots for the popular VoIP, instant messaging and digital distribution platform Discord.
Most of the bots have been relatively simple, however, over the last couple of days I have worked on making a Music Bot that joins a voice channel and plays the audio from a specified YouTube video. It also has functionality for queues, skipping and stopping the audio.
More information about my bots can be found here https://samsdiscordbots.co/
Working with my friend over at TWIISTED STUDIOS I have created a website to pull random things from the website Thingiverse.
You can view the website here: https://thingiverserandomizer.com/
This was partly inspired by the scourge that is the random and newest pages that are provided by the site. They are full of Customized things however with this randomizer you can filter them out, for the most part.
Today I decided to make my own simple 2 Factor Authentication system using the IFTTT webhooks system to send a code to my phone, in future I wish to modify this to use my own notification system but this is the first version so I made it easier for myself by using another library for the time being.
Quick Code Breakdown
The code for this is rather simple for now, PHP generates a random number and saves it in a session.
After the code is saved to the session we then send it to the IFTTT webhook which sends the code to my phone where we input the received code onto the page and another script checks the code against the saved one, if they match then we allow the user into the site, if not we redirect back to the login page.
A quick side note: This system does not impliment any actual username/password login system it is just the 2 factor part
The Chameleon Game is a website I made that is a version of The Chameleon Board Game by Big Potato Games that makes it possible to play the game without having to be in the same room, aka playing over Discord.
A website made for StarlightSuper-Nova to show off her art and projects
Sacred Aftermath is a game made in 30 hours, as a solo project, during the 2018 GameJam at the University of Bolton.
God Won't Let You is a game made in 32 hours, as a group, during the 2017 GameJam at the University of Bolton in aid of Special Effect.
As well as working on the game I was also responsible for making the website and online leaderboard system.
Hacked Website is a small website that shows the anonymous motto using javascript to make the text slowly appear.
Unix Epoch Time is a small website that uses JavaScript to change the background color based on the current time.
Golf is a game I made after playing alot of Golf With Your Friends and wanting to try my hand at my own version.
FirstPersonPool is a game made as part of my college course whilst learning how to use Unity.