https://github.com/jmund15/unityfirstproject
First venture within Unity. Game is based upon Unit 4 in the Junior Programmer Pathway Course by Unity Learn.
https://github.com/jmund15/unityfirstproject
unity unity3d
Last synced: about 2 months ago
JSON representation
First venture within Unity. Game is based upon Unit 4 in the Junior Programmer Pathway Course by Unity Learn.
- Host: GitHub
- URL: https://github.com/jmund15/unityfirstproject
- Owner: jmund15
- Created: 2022-07-23T19:51:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-31T03:41:15.000Z (over 1 year ago)
- Last Synced: 2025-10-09T23:04:18.558Z (9 months ago)
- Topics: unity, unity3d
- Language: C#
- Homepage:
- Size: 419 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnityFirstProject
This is my first project for Unity, and first time setting up a repository for soley my own project!
## Features/Development
Game is based upon Unit 4 in the Junior Programming Pathway from Unity Learn.
However, a lot was expanding upon, including:
* Extensive amount of novel enemy balls created, each with a targeting, movement, and/or mechanic unique to it
* New powerups designed to give user more abilities
* Spawn Manager is given certain number of "points" that increases each round
* Each enemy is given a specific spawn "point value" dependent on its strength
* These points are smartly delegated to generate the optimal enemy balls each round
* Endless mode where waves continually spawn once certain conditions (enemies left on screen, etc.) are met.