- Leading a team of 3 to develop a 2D-pixel art game using Unity
- Coding main game logic and mechanisms in C#
- Designing game graphics style, game mechanics, and background story
- Creating all the game assets by drawing and animating pixel art
- Ranked #11 in mechanics design among 700+ entries and scored a top 5-ranked judge rating with the highest score in both visual and audio aspects in Pixel Game Jam 2024 (~10k professional & student attendees)
- Produced a well-polished casual first-person shooter 3D game using Unity collaboratively in a small team of 4
- Implemented important game logic and features in C#
- Designed UI/UX including user interface, visuals, sounds, and game mechanics
- Developing a novel-designed first-person 3D horror game using Unity collaboratively in a small team of 6
- Coding critical game logic and features using C#
- Crafting complex 3D models involved in the game using Autodesk Maya
- Built a 2-player Reversi game strictly following a decoupled MVC(Model-View-Controller) design pattern
- Supported customizing the game through command line configuration, provides customization of board shape, board size, and player type choices
- Formulated 3 types of strategized AI players that play the game automatically following the in-built winning logic
- Built a maze game in Java that uses Kruskal’s algorithm to automatically and randomly create a maze, and accepts both playing by arrow keys or using automatic search algorithms (depth-first/breadth-first search) to automatically search for a path to the exit
- Created a web version of the game using HTML, CSS, Javascript, and Vue.js, and added in A* search algorithm as an automatic maze search option
- Built a color unifying puzzle game using Java: the player clicks on color blocks to change the color of controlled blocks while expanding the area of control, and aims to make the whole game board the same color within a specified number of steps
- Created a web version of the game using HTML, CSS, Javascript, and Vue.js for playing feasibility
- Built a sequence memorization game using Java: The game displays a random sequence of color block light-ups, and the player has to click on the color blocks exactly in the order they light up to exceed to next round. The length of light-ups will increase with the round. If the player failed to repeat, the player will stuck in the same round and another random order of light-ups will be given again while the length of light-ups stays the same.
- Created a web version of the game using HTML, CSS, Javascript, and Vue.js for playing feasibility