Lab 7: Star Fox Tunnel
Unlike earlier labs, this lab is not directly emulating any specific game. However, the art assets are inspired by Star Fox and Star Fox 64:
You will implement the 3D “endless flying” gameplay. The player will fly the ship past a series of obstacles (some of which can be shot), and this continues indefinitely until the player runs out of shields. The player can also “barrel roll” to recharge their shields one level. The final game will look like this:
You can also play Lab 7 in your browser!
Table of contents
- Setup
- 3D Setup and Level
- Obstacles and Shooting
- HUD, Barrel Roll, and Sounds
- Grading and Taking it Further