https://github.com/kiko-g/rushing-b
2D Endless scroller built with Unity
https://github.com/kiko-g/rushing-b
game-development unity
Last synced: about 2 months ago
JSON representation
2D Endless scroller built with Unity
- Host: GitHub
- URL: https://github.com/kiko-g/rushing-b
- Owner: kiko-g
- Created: 2022-10-26T23:18:30.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T20:45:56.000Z (over 1 year ago)
- Last Synced: 2025-01-23T15:38:34.786Z (9 months ago)
- Topics: game-development, unity
- Language: C#
- Homepage: https://miguelams.itch.io/rushing-b
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rushing B
Endless Scroller built with Unity (2D). A student races across FEUP's B Hall trying to get to class on time. On their way, they will face many different kinds of enemies and power-ups which will aid them in their journey.
## Demo
https://github.com/kiko-g/rushing-b/assets/40745490/d7493ab1-a4e7-450b-aba6-1b40eb1ef2b1
## Overview
Player has a basic weapon and a jetpack.
### Collectibles
| Type | Description |
| :-------- | :---------------------------------------------------------------------------------- |
| Coins | Increases final score and can be used as currency for in game actions (eg powerups) |
| Notebooks | Special collectible with greater impact on final score |### Powerups
| Type | Functionality | Activation | Duration |
| :----- | :--------------------------------------- | :----------------------- | :--------- |
| Mask | Protects player against one hit | Collectible | 1 hit |
| Coffee | Temporary shooting improvement (3 shots) | Collectible or 100 coins | 10 seconds |
| Door | Skips a certain distance (e.g. 1000m) | Collectible | N/A |## Obstacles
| Type | Behaviour |
| :--------- | :-------------------------------------------------------------------------- |
| Trashcans | Locks onto the player and horizontally sweeps the screen from right to left |
| Lightbulbs | Appear from either the top or bottom of the screen with varying length |## NPCs
| Type | Behaviour | Traits |
| :------------ | :----------------------------------------------------------------------------------------- | :----- |
| FEUP Teachers | Mini boss fight that spawns ocasionally, with a health bar that stays until it is defeated | Weapon |## Score
Calculated based on the distance covered, coins and notebooks collected until the player is hit and isn't protected.
## Instructions
Press the `up arrow` key to fly, the `space` key to shoot and `ESC` to pause the game. When in a boss fight, you can press `c` to activate a powerup. Collect as many coins and notebooks as possible!