(III) 3D First-Person Shooter Prototyping

This module will focus on introducing students to the process and techniques of prototyping 3D first-person shooters. Students will continue to use Godot to complete related practices, discover the differences between the production processes of 3D FPS and 2D platformer games and try to create their own 3D FPS game at the end of the module.
As a free 2D/3D game production engine, Godot provides a complete set of common tools, which saves users the time of developing tools and allows them to focus on game production. Once a game is created, it can be exported to several platforms with a single click, including mainstream desktop (Linux, macOS, Windows), mobile (Android, iOS), and web (HTML5) platforms.
12
Chinese
Learning Outcomes
1. Understand the basics of 3D first-person shooter games (FPS, First person shooter)
2. Learn to input 3D scenes
3. Learn how to control character actions
4. Learn how to create enemy characters
5. Grasp interaction settings and UI design
6. Understand win/lose logic design