https://github.com/wersosn/ajaw-adventures
A small game project to learn Unity
https://github.com/wersosn/ajaw-adventures
csharp firebase-realtime-database unity
Last synced: 5 months ago
JSON representation
A small game project to learn Unity
- Host: GitHub
- URL: https://github.com/wersosn/ajaw-adventures
- Owner: wersosn
- Created: 2024-09-25T12:40:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T13:14:32.000Z (over 1 year ago)
- Last Synced: 2025-05-21T16:11:30.925Z (about 1 year ago)
- Topics: csharp, firebase-realtime-database, unity
- Language: Python
- Homepage:
- Size: 41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ajaw adventures
## Table of Contents
- [General info](#general-info)
- [Graphics](#graphics)
- [Sound effects](#sound-effects)
- [Tech stack](#tech-stack)
- [Preview](#preview)
- [How to play](#how-to-play)
- [How to use](#how-to-use)
## General info
This is a small game project featuring Ajaw, a character from Genshin Impact. It is a Flappy Bird-style game designed to help me learn the basics of the Unity engine, game physics, and simple UI management.
This project was created using the Game Maker's Toolkit tutorial: [Watch here](https://youtu.be/XtQMytORBmM?si=M80UK5ZLF0ifu6Hp).
### Graphics
The **Ajaw PNG model** comes from a screenshot from Genshin Impact. The rest of the graphics were created by me using **Canva**.
### Sound effects
The sounds used in the project come from [Pixabay](https://pixabay.com/sound-effects/).
## Tech stack
- C#
- Unity 2022.3.47f1
- Firebase Realtime Database
## Preview
To be added 😉
## How to play
- Control Ajaw by pressing the spacebar or mouse button to make them jump.
- Avoid obstacles and earn points by successfully passing through them.
- If you hit an obstacle, the game ends. You can restart and try again to beat your high score!
## How to use
1. To run this project, copy this repository:
```bash
git clone https://github.com/wersosn/ajaw-adventures.git
```
2. Open the project in Unity
3. Run the main scene and start playing 😊