https://github.com/gperretta/ghosting-time
Two-hours sprint project for macOS. Developed in Unity and C#.
https://github.com/gperretta/ghosting-time
macos sprites-animation unity unity2d-game
Last synced: 2 months ago
JSON representation
Two-hours sprint project for macOS. Developed in Unity and C#.
- Host: GitHub
- URL: https://github.com/gperretta/ghosting-time
- Owner: gperretta
- License: gpl-3.0
- Created: 2023-04-16T17:04:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-21T17:39:11.000Z (about 3 years ago)
- Last Synced: 2026-01-02T05:00:35.009Z (6 months ago)
- Topics: macos, sprites-animation, unity, unity2d-game
- Language: C#
- Homepage:
- Size: 6.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ghosting Time 👻
A _Flappy Bird_ alternative clone for macOS, developed in **Unity** and **C#**.
Table of contents
Game mechanics & Gameplay
Unity project
Game mechanics & Gameplay
Ghosting Time is an arcade-style casual game in which the player controls Gary the little ghost on a side-scroller space.
The player will allow the ghost to go through pairs of Hell-fire-topped columns (one on top, one on the bottom) spawning at random heights and with the same distance.
The ghost will automatically go down and it will go higher when the player taps on the **space bar** only.
Each pair of obstacles avoided will increase the score of 1 point.
If the ghost collides with an obstacle, the game will be over!

Unity project
**Components:** Rigid Body 2D to implement ghost physics, Box Collider 2D for collisions, Sprite Renderer, mutiple-sprites Animation for ghost idle movements, new TextMeshPro GUI and Button for the UI.
Every asset was designed using Figma.