OTHER
This page consists of mini-game projects I made for game jams or technical interviews. Most projects here were developed in a limited time ( generally less than 20 hours) so they seemed not as high-quality as other games which have individual pages on this portfolio website.
​
The Github Url is attached which includes open-source codes and dev logs. Feel free to take a look at or download it!

C++ Bomberman-like Game
BRIEF DESCRIPTION
https://github.com/IanW000/UbisoftNEXT2023
Using C++/OpenGL to make a Bomberman-like game for Toronto Ubisoft NEXT 2023 Programming Competition which required participators to complete a game challenge in C++ using provided API in 2.5 days.
​
Total work time: 30 hrs
​
Primary Features:
1. Tilemap - The game level is made by a tilemap which is stored as a two-dimensional array.
​
2. Procedurally Generated Map - The map is randomly generated with different objects placement in every game.
​
3. Bomb - The player needs to strategically place down bombs in order to destroy enemies and uncover doors behind destructible tiles.
​
4. Powerup - The player can pick up various power-ups, giving them benefits such as larger explosions or the ability to place more bombs down at a time.
​
5. Enemy - The enemy has a simple AI which keep chasing at player and place bombs
​
6. UI - â‘ Screens for MAIN MENU, PAUSE, WIN, FAIL, CONTROLS â‘¡ Interactive buttons with CLICK/HOVER Animations/SFX â‘¢ In-game text and HP Bars which reflect realtime player and enemy's status
DEMO
UE4 Local Multiplayer Pong-like Game
BRIEF DESCRIPTION
https://github.com/IanW000/UE4MultiplayerGamePong-
​
Using UE4, C++, and Firebase HTTP REST API to create a multiplayer Pong! game with real-time find game, join the lobby, and leaderboard features.
​
Total work time: 16 hrs
· 10hrs - implemented multiplayer & realtime database functions with C++
· 4hrs - built UI with Blueprint
· 2hrs - built Pong! gameplay with C++ & BP)
​
Primary Features:
· No Plug-ins or Unreal Assets were used
· Multiplayer - Listen server (not on LAN)
· Transfer/Read sessions & leaderboard data from Firebase real-time database
DEMO
Unity VR Injecton Simulator
BRIEF DESCRIPTION
https://github.com/IanW000/UnityVRInjectionSimulator
​
Using Unity, C#, Json, and XR Toolkits to create a VR Educational Environment that you will play as a doctor to inject a patient
​
Total work time: 12 hrs
​
Primary Features:
1. The user takes out a glove from the glove box and drops them on the other hand to put them on
2. The user picks up the syringe and attaches it to the vial
3. Then, the user should be able to take the syringe and vial apart
4. Then, the user should be able to insert the assembled syringe into the patient’s arm/deltoid
• Trying 1-4 out of order, tell the user of their error
• A UI with assembly results information should be presented upon completion
• There is a JSON record of # of attempts before successful assembly for the last 3 times the scenario is completed
DEMO
Unity 2D Open-ended Puzzle Game
BRIEF DESCRIPTION
https://github.com/IanW000/UnityOpenEndedKidGame
Using Unity, C#, Adobe Illustrator, and Adobe Animate to create a 2D Open-ended puzzle game
​
Total work time: 12 hrs
​
Primary Features:
1. Made animation in Adobe Animate - Trees, Brushes, Chest, Gem, Cloud, Sun, Character (idle, sitting, singing)
2. Painted visual assets in Adobe Illustrator - Logo, Buttons, Cursor, Background, Cloud, Sun, Loading Screen, Characters with a different faces, Leaves, Fruits, etc.
3. Recreated animation in Unity with original source files
• Achieved by codes - Falling leaves, Sun, Cloud, Trees Spawning fruits, Chest spawning gems, Dropping & Throwing objects
• Achieved by animator controller - Character (idle, sitting, singing), Trees, Brush, Chest, Visual Instruction
4. Gameplay Programming - Spawner, Hover & Click & Drag & Drop, Self-made physics system, Triggering SFX and Animation, Adding objects interactions (Stage, Chest, Bench, Sun)
DEMO