Evan-HR / Handits

Capstone Project for the McMaster Course 4ZP6.
0 stars 2 forks source link

Familiarize with Making a 2D Unity Game. #1

Closed minghan108 closed 6 years ago

minghan108 commented 6 years ago

Here is a good tutorial for making a TileBased 2D game.

Link: https://www.youtube.com/watch?v=on9nwbZngyw

bustinjurkz commented 6 years ago

Everyone should watch that tutorial and make the game on Unity. Comment when you've completed

zjkong commented 6 years ago

Before we dive into developing a real game, we should get familiar with some fundamental knowledge in Unity.

Acceptance criteria: Go through any online unity 2D platformer tutorial and presents its final result to other team members.

bustinjurkz commented 6 years ago

There's a "2D Roguelike" tutorial under "learn" in Unity. it seems to be a built-in tutorial. Could be useful!

bustinjurkz commented 6 years ago

I got an asset to bounce off another body. Going to get a character to control using the keyboard in a custom script (from the other Unity tutorial i was working on) and then I think i should be sorta caught up in the basics