A Unity mobile game built as part of the 2018 National Chinese Mobile App Development By Students For Students Competition organized by the Singapore Centre for Chinese Language.
The game aims to provide elementary school students in Singapore with an interesting and interactive mode of learning Chinese.
More details of the game and the competition can be found here.
Xmas and His Friends is built by a team of 4 students:
- Pan Taixi
- Han Jiale
- Xu Yitian
- Liew Zhao Wei
https://drive.google.com/file/d/1SGgtpVD__0JMjhDR0ExK3PdNnGKnIGKe
Google Play Store Apple App Store
This application contains five scenes: Intro, RoomSelection, HomeScreen, NewPinZiGame, and Maze. They are all stored under Assets/Scenes/, except for Maze which is stored in Assets/Scenes/Archives/.
The scripts are stored in Assets/Script/.
By adding data to Assets/Resources/PinZiPianPang/PinZiData.json and ./Maze/CharSpawnerUTF.txt, more in-game content can easily be added. The sprites used for PinZiGame are also under Assets/Resources/PinZiPianPang/.
When optimizing performance, we:
- implemented object pooling in maze game.
- used fewer features of the post-processing stack for HomeScreen and Maze.
- Game design and programming is hard
- Good game design and programming is even harder
The game is not too well optimized performance-wise, but we hope to do better in the future :)