An open API service indexing awesome lists of open source software.

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

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 😊