Chapters
(Next.js, TypeScript, Chakura UI)

An online book sharing website.
An online book sharing website.
An application to share your meal with friends and record calories.
A survival Fishing game, enjoy it!
A Tic-Tac-Toe Game with react and bootstrap.
Design and implement a Pet raising AR game with Unity and AR toolkit.
The pet could walk around and create poop every random period of time. The player need to pick up the poop
and interact with the pet to gain score so that they could get the new pet.
Also, if the player want to interact with the pet, a panel with status of pet and choice of interactions
will apear ahead of the pet.
In this game, you could use space to reverse the gravity the ball and pass various levels.
There is also enough instruction so you don't need to worry about the way of controlling the ball.
Re-implement the dungeon 1 in The Legend of Zelda with Unity
Create a customized level with a new mechanism and a new map. In this level, the player could stun the enemy
and put the enemy to the lava with their weapon.
Developed several pages of a website with CSS, HTML and JavaScript that introduce figure setting and
relationships of the main characters in Chainsaw
Man.
Implement the accessibility of the webpage by considering the print mode, reduced mode and trying to make
this webpage
keyboard-friendly.
Project 1:
Build DFS, BFS, A* search algorithms seperately for pacman to find a way in maze world.
Project 2:
Implement minimax and expectimax search in multiagent pacman game.
Project 3:
Implement value iteration and Q learning in Pacman game.
Project 4:
Implement constraint satisfaction problem(CSP) solver and improve it with heuristic and inference
algorithms.
Project 5:
Design Panman agents that use sensors to locate and eat invisible ghosts.
Project 1:
Implement a traffic light itersection by Matlab, which could set the speed of cars, the number of cars and
the time of each lights.
Project 2:
Implement a Uno game with C.
Project 3(Group):
Implement a Parking lot with various car with OpenGL in C++.