JavaScript Games
Languages: CSS, HTML, JavaScript
Why did I create this project?
In my final year at university, I undertook a module focusing on creating web-based games. In this module, the goal was to create a website that contained 5
games scenes. The games scenes were created in babylon.js and had to incorporate different things. The scenes were created without an editor and only using code.
Each scene tackled something different, including:
- Spawning objects
- Applying textures to objects
- Making objects move
- Playing audio
Instructions
Controls for all game scenes:
- Scroll Wheel - Zoom In/Out
- Arrow Keys - Move the Camera Around the Scene
Controls for Game Scene 3, 4, & 5:
- W / Up arrow key - Move Forward
- S / Down arrow key - Move Backwards
- A / Left arrow key - Move Left
- D / Right arrow key - Move Right
Go to the website!
Find the project on GitHub.