Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viral32111/clicker
My attempt at an addictive infinite idle cookie clicker mobile game.
https://github.com/viral32111/clicker
2d clicker-game mobile-game unity
Last synced: about 2 months ago
JSON representation
My attempt at an addictive infinite idle cookie clicker mobile game.
- Host: GitHub
- URL: https://github.com/viral32111/clicker
- Owner: viral32111
- License: agpl-3.0
- Created: 2023-07-19T14:59:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T12:35:13.000Z (over 1 year ago)
- Last Synced: 2023-07-20T15:03:05.175Z (over 1 year ago)
- Topics: 2d, clicker-game, mobile-game, unity
- Language: ShaderLab
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Clicker
My attempt at developing an infinite idle clicker game in Unity for mobile.
![Clicker](/Screenshot.png)
## Sources
* https://forum.unity.com/threads/canvas-panel-background-image.345290/
* https://forum.unity.com/threads/get-ui-to-scale-with-android-screen.321247/
* https://gamedevbeginner.com/how-to-use-player-prefs-in-unity/
* https://www.folio3.com/creating-dynamic-scrollable-lists-with-new-unity-canvas-ui
* https://gyanendushekhar.com/2018/01/11/rotate-gameobject-using-mouse-drag-or-touch-unity-tutorial/
* https://stackoverflow.com/q/50749724## License
Copyright (C) 2021-2023 [viral32111](https://viral32111.com).
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see https://www.gnu.org/licenses.