Lab 4 - 2D Roguelike: Setup and Level Generation

GitHub Classroom Assignment Page

This assignment is due on Wednesday 5/2.

In this lab we will be completing the first third or so of the 2D Roguelike tutorial.

You should be able to open up the template including all required assets on the Learn tab of the Unity startup window.

For Lab 4 we will complete these parts:

There is a lot going on in these videos so it will most likely be necessary to compelte the lab by playing the videos and following along.

I will outline some of the steps, but mostly just to give an overview and maybe so that more experienced Unity developers can skip some parts of the videos.

Player and Enemy Animations

Create Player Prefab

Create Enemy Prefab

Creating the Tile Prefabs

Floor

Floor

OuterWall

Wall

Writing the Board Manager

Writing the Game Manager