{"id":19140228,"url":"https://github.com/geraked/game-tiptop","last_synced_at":"2025-10-24T01:32:20.272Z","repository":{"id":52485738,"uuid":"254623680","full_name":"geraked/game-tiptop","owner":"geraked","description":"Simple 2D Game For Mobile Devices","archived":false,"fork":false,"pushed_at":"2023-12-29T13:50:17.000Z","size":5303,"stargazers_count":48,"open_issues_count":1,"forks_count":23,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-06T23:15:28.424Z","etag":null,"topics":["2d-game","android","csharp","game","game-development","geraked","ios","mobile","open-source","open-source-game","open-source-project","rabist","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geraked.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-10T11:59:24.000Z","updated_at":"2025-03-25T06:55:01.000Z","dependencies_parsed_at":"2025-04-19T10:33:57.754Z","dependency_job_id":"c786a961-bde3-4fbd-b178-57cf4af5cc51","html_url":"https://github.com/geraked/game-tiptop","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraked%2Fgame-tiptop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraked%2Fgame-tiptop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraked%2Fgame-tiptop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraked%2Fgame-tiptop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geraked","download_url":"https://codeload.github.com/geraked/game-tiptop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252782835,"owners_count":21803410,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2d-game","android","csharp","game","game-development","geraked","ios","mobile","open-source","open-source-game","open-source-project","rabist","unity"],"created_at":"2024-11-09T07:16:45.117Z","updated_at":"2025-10-24T01:32:20.233Z","avatar_url":"https://github.com/geraked.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![catalog](docs/catalog.jpg)\n\n# TIPTOP - A 2D Mobile Game\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/geraked/game-tiptop)\n\n\n\u003cdetails open=\"open\"\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n        \u003ca href=\"#project-description\"\u003eProject Description\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n\t\t\u003ca href=\"#how-to-contribute\"\u003eHow to Contribute\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ca href=\"#how-to-install\"\u003eHow to Install\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ca href=\"#how-to-run\"\u003eHow to Run\u003c/a\u003e\n    \u003c/li\u003e\n      \u003cli\u003e\n        \u003ca href=\"#controls\"\u003eControls\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ca href=\"#mobile-download-links\"\u003eMobile Download Links\u003c/a\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n        \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e\n    \u003c/li\u003e\n     \u003cli\u003e\n          \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n      \u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n## Project Description\n- Tiptop is a simple 2D game created with Unity Engine and C# programming language for mobile devices such as Android and IOS.\n- The goal of the game is to float your circle infinitely without hitting any obstacles.\n- Features touch screen support, collision detection, a scoring system, and random obstacle generation.\n- Encourages new contributors to play around with the project to learn basics of Unity, C#, and Open Source contribution.\n- Gameplay can be seen in the gif below.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/gameplay.gif\" alt=\"gameplay\"\u003e\n\u003c/p\u003e\n\n## How to Contribute\n- Make sure to have git installed.\n- Create your own fork of the project by clicking the fork button in the top right.\n- Clone the repository on your local machine, using git clone and pasting the url of this project.\n- Read the `How to Install` section below.\n- All gameplay files can be found in `src/assets` for modifications. Make sure to keep this file convention for organizational purposes.\n- Commit and push your changes.\n- Make a pull request when finished modifying the project.\n\n## How to Install\n- After creating your fork and cloning the repo, install the latest version of [Unity](https://unity.com/download).\n- In the Unity Hub, open the src folder in the repo as a project or make a new project and merge the src folders.\n- This will create a copy of the project in Unity, on your machine. \n- You are now completely ready to contribute and modify whatever you like.\n\n## How to Run\n- To run the game on PC, you must click the play button in Unity or build the game.\n- 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. \n- It is strongly reccomended that you create a folder inside the cloned repo dedicated for the build.\n- This creates an exe that you can now run to play the game.\n\n## Controls\n- Mobile - Touch screen controls.\n- PC - Use the left mouse button to float the circle and click menus.\n\n## Mobile Download Links\n- [APKPure](https://apkpure.com/p/ir.geraked.tiptop).\n- [Cafebazaar](https://cafebazaar.ir/app/ir.geraked.tiptop).\n- [Myket](https://myket.ir/app/ir.geraked.tiptop).\n\n## Credits\n**Rabist [AUTHOR]** - view on [LinkedIn](https://www.linkedin.com/in/rabist).\n\n## License\nTiptop 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraked%2Fgame-tiptop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeraked%2Fgame-tiptop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraked%2Fgame-tiptop/lists"}