Skip to content
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.

zwliew/Xmas-and-His-Friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xmas and His Friends

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.

The team

Xmas and His Friends is built by a team of 4 students:

Introductory video

https://drive.google.com/file/d/1SGgtpVD__0JMjhDR0ExK3PdNnGKnIGKe

Downloads

Google Play Store Apple App Store

Technical information

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:

  1. implemented object pooling in maze game.
  2. used fewer features of the post-processing stack for HomeScreen and Maze.

Learning points

  1. Game design and programming is hard
  2. 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 :)