https://github.com/bas-boop/mecco-the-chameleon
Color learning Unity game - Wanna x Yam Game Jam 2022
https://github.com/bas-boop/mecco-the-chameleon
csharp game game-design game-development gamejam unity unity2d
Last synced: about 2 months ago
JSON representation
Color learning Unity game - Wanna x Yam Game Jam 2022
- Host: GitHub
- URL: https://github.com/bas-boop/mecco-the-chameleon
- Owner: bas-boop
- Created: 2022-08-22T17:59:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T19:48:03.000Z (about 1 year ago)
- Last Synced: 2024-03-31T20:36:16.342Z (about 1 year ago)
- Topics: csharp, game, game-design, game-development, gamejam, unity, unity2d
- Language: C#
- Homepage: https://bas-de-reus.nl/Mecco
- Size: 9.98 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mecco-the-Chameleon
Made for the "Wanna x Yam Game Jam 2022!" You play as Mecco, help with learning color mixing. This is a educational game about colors, with some fun time stress.
>[MarksMagicToolbox](https://github.com/BNS-MarkUlrich/MarksMagicToolbox) is used when making this game.# Script highlight
## Player
[Movement](Assets/Scripts/Player/PlayerMovement.cs)
[Color manager](Assets/Scripts/Player/PlayerColorManger.cs)
[Color checker](Assets/Scripts/Door/ColorChecker.cs)## Game loop
[Time manager](Assets/Scripts/Manger/TimerManger.cs)
[Lose condition](Assets/Scripts/Manger/LoseManger.cs)
[Scené switcher](Assets/Scripts/Manger/LoadNewScene.cs)## UI
[Pause screen](Assets/Scripts/Menu's/PauseMenu.cs)
[Main menu](Assets/Scripts/Menu's/MainMenu.cs)
[Lose menu](Assets/Scripts/Menu's/LoseMenu.cs)