Welcome to our Unity project featuring a psychological quiz and an engaging snake game. This README provides a quick overview of the project's structure, features, and setup.
-
Psychological Quiz:
- Blue background for feeling trust and privacy.
- Background sound for engagement.
- Persona identification via Python analysis.
- Quiz output saved as "quiz_output.csv."
-
Snake Game:
- Dynamic snake configuration based on quiz personas.
- Happy and sad emojis for scoring.
- Transient sad emojis to represent fleeting moments.
- Game concludes on collision.
-
Quiz Game:
- Scripts:
- "GameManager.cs" - Manages quiz flow.
- Data:
- "DataListQA" - Array storing quiz questions.
- Output:
- "quiz_output.csv" - CSV file containing quiz personas.
- Scripts:
-
Snake Game:
- Scripts:
- "Board.cs" - Initializes game space.
- "Snake.cs" - Defines snake and loads CSV personas.
- "Game.cs" - Manages scoring and game state.
- Scripts:
- Answer quiz questions.
- Quiz output is saved as "quiz_output.csv."
- Play after completing the quiz.
- Snake configuration based on quiz personas.
- Collect happy emojis, avoid sad emojis.
- Game concludes on collision, showing the final score.