https://github.com/martiinwalsh/number-guess-game
Higher or lower number guessing game with an interactable UI and scene loading.
https://github.com/martiinwalsh/number-guess-game
unity unity2d
Last synced: 3 months ago
JSON representation
Higher or lower number guessing game with an interactable UI and scene loading.
- Host: GitHub
- URL: https://github.com/martiinwalsh/number-guess-game
- Owner: MartiinWalsh
- License: mit
- Created: 2020-12-22T19:08:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T09:03:21.000Z (almost 5 years ago)
- Last Synced: 2025-06-08T00:05:00.656Z (4 months ago)
- Topics: unity, unity2d
- Language: ShaderLab
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Number Guess
Higher or lower number guessing game with an interactable UI and scene loading.## Learning outcomes
- Focus on UI - adding buttons, text, images.
- Linking button functionality with code.
- Creating and loading scenes.
- Connect buttons to loading functionality.
- Build to PC, Mac, Linux Standalone.> Companion project of the following course: [Complete Unity Developer](http://gdev.tv/cudgithub)