I took a Three.js beginner course on Udemy. Then I took the skills I learned and programmed a simple FPS video game from scratch that runs completely in the browser!
Three.js is a library for WebGL that allows native graphics card renderings to the browser.
You’re on a platform in space with lots of little blocks hovering and rising. You can jump on the blocks to get closer to the Sun which you must kill by shooting it with a cannon ball.
I made a unique Sky-box, and found a great space sound track for the game.
After every kill, a new Sun is generated and the blocks are allowed to rise higher. After many sun kills the feeling of the game gets more and more intense. Try it out!
https://triphiusfire.nz/webgl/KillTheSun.html
This was really fun, and I hope it’s good for my resume.