-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (25 loc) · 980 Bytes
/
README
File metadata and controls
30 lines (25 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Touhou Mini Air-Fighter Game
## Setting up
- Clone this repo
- Add and open this project in Unity Hub
- In the unity editor, click the Run button (top center of the screen)
### Objects
- player
- enemy
- goon1
- goon2
### Behaviour & Controls
- player can move horizontally with left and right arrow keys (or a and d)
- player can shoot orbs upwards by pressing c (or mouse 0)
- enemies move horizontally in a back-and-forth pattern
- main enemy shoots a spray of orbs at fixed intervals
- goons shoot a single orb downwards at fixed intervals
### Scoring
- hitting enemies with orb does damage
- when enemies run out of health, they die and give you score
- when you score, a sound effect is played
- score is displayed in the bottom left corner
### Win & Lose Conditions
- if all enemies die, you win the game and a win screen is shown
- every time u get hit, u lose a heart and a hit sound is played
- if you lose all hearts, you lose the game and a loss screen is shown