Module 6 - Space Shooter Game Development, part 6.1 - Project setup and basic featuresLaajuus (2 op)
Opintojakson tunnus: AV00EV23
Opintojakson perustiedot
- Laajuus
- 2 op
- Opetuskieli
- englanti
Osaamistavoitteet
This is the starting module for you to develop a full video game, a space shooter, from the very beginning to the full working game.
In this first module you will setup your project and implement first detailed assets to your game development project.
Sisältö
Teaching set Part 1
In this part you'll learn about important tools for source control such as Sourcetree, Bitbucket and P4Merge. You will start preparing and setting up the project while also learning about how to plan out your game project, the importance of how to work efficiently in a team, how different roles work together to create a game succesfully and how you can add and use extension packages to Unity so you're provided with all the tools you need for your project.
Teaching set Part 2
In this part you'll learn how to correctly implement menus, how to manage multiple scenes, canvases and cameras, and how setup a functional input system. In addition, you will be exploring the concept of shaders and creating the basis for the core loop of the gameplay.
Suoritustavat
Video set Part 1, Quiz
You must answer to 15 specific, detailed questions about the setting up the project. To pass this part of the module, you must get 80% correctly (12/15).
Video set Part 2, development assignment
For this assignment, you have to submit a build of your game with the following:
• A Simple menu screen with a play button that takes you to a gameplay scene.
• Your name needs to be visible on the menu screen.
• A player craft which the player can move around the gameplay scene using the cursor keys.
You do not have to:
• Use Shaders
• Have Re-Bindable controls
• Controller Support