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

https://github.com/geraked/game-tiptop

Simple 2D Game For Mobile Devices
https://github.com/geraked/game-tiptop

2d-game android csharp game game-development geraked ios mobile open-source open-source-game open-source-project rabist unity

Last synced: about 1 month ago
JSON representation

Simple 2D Game For Mobile Devices

Awesome Lists containing this project

README

        

![catalog](docs/catalog.jpg)

# TIPTOP - A 2D Mobile Game

![GitHub release (latest by date)](https://img.shields.io/github/v/release/geraked/game-tiptop)

Table of Contents



  1. Project Description


  2. How to Contribute


  3. How to Install


  4. How to Run


  5. Controls


  6. Mobile Download Links


  7. Credits


  8. License

## Project Description
- Tiptop is a simple 2D game created with Unity Engine and C# programming language for mobile devices such as Android and IOS.
- The goal of the game is to float your circle infinitely without hitting any obstacles.
- Features touch screen support, collision detection, a scoring system, and random obstacle generation.
- Encourages new contributors to play around with the project to learn basics of Unity, C#, and Open Source contribution.
- Gameplay can be seen in the gif below.


gameplay

## How to Contribute
- Make sure to have git installed.
- Create your own fork of the project by clicking the fork button in the top right.
- Clone the repository on your local machine, using git clone and pasting the url of this project.
- Read the `How to Install` section below.
- All gameplay files can be found in `src/assets` for modifications. Make sure to keep this file convention for organizational purposes.
- Commit and push your changes.
- Make a pull request when finished modifying the project.

## How to Install
- After creating your fork and cloning the repo, install the latest version of [Unity](https://unity.com/download).
- In the Unity Hub, open the src folder in the repo as a project or make a new project and merge the src folders.
- This will create a copy of the project in Unity, on your machine.
- You are now completely ready to contribute and modify whatever you like.

## How to Run
- To run the game on PC, you must click the play button in Unity or build the game.
- To build the game, go to build settings tab and click `build and run`, this will prompt you to choose a directory for the build.
- It is strongly reccomended that you create a folder inside the cloned repo dedicated for the build.
- This creates an exe that you can now run to play the game.

## Controls
- Mobile - Touch screen controls.
- PC - Use the left mouse button to float the circle and click menus.

## Mobile Download Links
- [APKPure](https://apkpure.com/p/ir.geraked.tiptop).
- [Cafebazaar](https://cafebazaar.ir/app/ir.geraked.tiptop).
- [Myket](https://myket.ir/app/ir.geraked.tiptop).

## Credits
**Rabist [AUTHOR]** - view on [LinkedIn](https://www.linkedin.com/in/rabist).

## License
Tiptop is licensed under the [MIT LICENSE](LICENSE). This means you can modify it however you want as long as the original copyright and license are included in your release.