Shrines
"/v/'s Recommended Games Wiki" shrine
Site replicas
In an effort to learn HTML and CSS, I've been challenging myself to make convincing lookalikes of existing websites. Since I'm not good at Javascript yet, these are non-interactive imitations. They're coded to have the text and borders and buttons and stuff in the fairly correct position, but nothing will play.
Other ideas I want to try making dioramas of are a YouTube video webpage, a Reddit webpage, maybe even a scrolling Facebook Messenger where it scrolls and has little text bubbles and is tall instead of wide, like a phone.
Some pathetic little projects
Here are some of my very beginner-level things I've made. Some are straight up rip-offs of tutorials or people's code, or are modeled off things I've seen.
- A very basic HTML canvas animation of a car moving from left to right. Refresh on the page if the background doesn't load in, as that means the code is executing while the images haven't downloaded yet. Once it's in browser cache, it will work every time you refresh the page.
- Raining Matrix-style green code on a black background. I didn't write all this JavaScript, but I had to throughly learn how the program works to fix an error it had.
- Choose your door game. This is a straight-up ripoff of a little game made on Jennifer DeWalt's 180 days 180 websites challenge website. But I thoroughly understood it. I try not to copy projects for practice without understanding them.
- A little Pokedex. This is based on the one on the Bulbapedia website, but I coded it from scratch.
- A meme soundboard. Plays sound clips when you hit the buttons.
- A little replication of Chrome dino game. The Google Chrome 404 error game. This is just a tutorial-followalong I did. This replica was thought up and shown as a tutorial by Knife Circus, a guy on YouTube, here.
- Golf Island, a little text-based golf game I thought up. This is the most complicated game I've made in JavaScript yet, at about 300 lines of code between the 3 languages.
- A CSS piano
- A randomized dice face generator, which you can use for a game maybe but which is pretty much useless. A cool feature would be if I add D20 functionality and stuff, actually.
- A cookie clicker clone with some of the upgrade functionality, and where you can click on the big cookie to gain cookies, in the same way as the real game. It's like halfway there, but many of the features aren't there. Like you can't save, the background doesn't get all crazy lik it does in cookie clicker, there's no pictures in the middle, etc.
- A maneuverable 3d gallery of Ditto's Super Smash Bros Melee trophy in ThreeJS. You can use the left mouse button, right mouse button, and the scroll bar to maneuver around in the 3d realm.
- A 3d gallery of multiple trophies from Super Smash Bros Melee in ThreeJS. In this version, they spin infinitely in the same plane. You can't interrupt it or look closer at the models or anything, although that would be cool. But if you scroll up or down or use the arrow keys, you can view the other gallery entires. (those aren't gifs, they're being rendered by WebGL)