Jan 2023
Desktop/Tablet compatible
Overview
I am very interested in interactive design. I wanted to make this JS game section of my website with a creative interactive UI. I was inspired by Squid Game, so the overall design is dark, with the famous circle, triangle, and square business card as a leaflet.How to interact
If you play the Squid Game background music on the bottom left and look at the content, you will feel more immersed. When you click with the mouse, the leaflet opens one by one. And when you click on the corresponding page, it expands to a flat surface and zooms in. The rest of the page was made less visible by adjusting opacity so that your focus is on the center of the page. To go back, press the BACK button on the top and press the close button to return to the first folded state. In the middle of the leaflet, there is a form to enter an email address in order to receive new game updates. I can check it in real time after you submit it successfully. VScode HTML CSS JavascriptOct 2022
Desktop/Tablet compatible
Overview
Killing Monsters is a JavaScript mini-game that I made using arrays, objects, and for loops.How to play
The timer starts when the game starts and you have to hunt down all the monsters that appear randomly in each stage.Aug 2022
Responsive
[Before performance improvement]
Original version
[After performance improvement]
Refactored version
Overview
This is a JavaScript mini-game made with browser DOM elements and APIs.How to play
You win when you click 10 pink flowers within 5 seconds.