Skip to content

bendaprile/Unity2D

Repository files navigation

Unity Class Projects README

This repo contains project code for many different unity projects that I worked on as a part of the Complete C# Unity Developer 2D course through Udemy.

Intro_Setup

Hello World Project

  • A very basic Hello World project. Prints Hello Ben to the console when run.

Number_Wizard_Console

Number Wizard Project

  • A basic command line number guessing game:
  • The user memorizes a number and then the program will try to guess that number.

Text101

Playing With Sprites

  • Intro project for adding and manipulating objects in the game space

Number_Wizard_UI

Number Wizard UI Project

  • Project incorporating all aspects of the Number Wizard Console project into a graphical user interface.

  • Also adds randomness into the game using Random.Range()

Block_Breaker

Block Breaker Project

  • A block breaking game with a start screen, multiple levels, and a win/loss mechanism.

This project implements many different mechanisms

  • World Units & Play Space
  • Rigidbody & Colliders
  • Moving Gameobjects and Physics
  • Prefabs
  • Audio
  • Scoring
  • Tags

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages