Anonymous4045

About This Site

What is this site?

This is my personal website. I made it purely in HTML and CSS with the skills I obtained from my intro to web development college course. On here, I have links to my various social media accounts, contact information, and web games that I make.

Where is it hosted?

All the code is available here on GitHub under the MIT license. It's hosted with GitHub Pages, which is free for students. I bought this domain from Name.com. Originally, I had the domain anonymous4045.social, which I received for free from the partnership between Name.com and GitHub, but it only lasted a year.

How do the games run?

The games are written in Python with the PyGame library. They run in the browser through a program called pygbag. Each game is in a repository on my GitHub that uses GitHub Pages, deployed on a separate branch. When I want to update the game with new code, I run the pygbag.yml workflow. This recompiles the game on the gh-pages branch.