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

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

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)