Bootcamp (2019)
|
Thunk Thunk is a group project with using Java Script, Native React, C#.
It is a cross platform app where you can post your thoughts. Other users can find your thoughts based on their geometric location. For example, if you post your thoughts in NY time square, your thoughts can be found to other users who is in that location. Also it has like and dislike features. The most liked thought will be go top, and the most disliked will go to the bottom. |
Algorithms (2019)
|
Chess Algorithm
Chess algorithm with C#. The users can play a normal chess game, also they can let the algorithm to play with "auto-play" button. It will play itself and generate the result based on algorithm. The approach that I took was generate all the possible moves and save the winner logs. And when the user plays against the computer, the program reads the winner's log and make decisions.
GitHub: https://github.com/kyeoreheo/ChessAI-Unity- |
|
Airplane (Finding paths) Finding all the possible paths from A to B with initialized number of transfer.(minimum is 1 - one way)
There are many algorithms provides the shortest path. But this project provides all the possible path with a condition. |
|
The N - Queen problem The N - Queen problem is an algorithm that puts one Queen for each column in safe spot. I made this project after I saw in my C++ textbook.
This project, I made a user can see the process, and also user can interact in between. The board size will be decided by user.(minimum 1). GitHub: https://github.com/kyeoreheo/N-Queen |
Mobile Games (2017)
|
Platformer game : Leather This is a platformer game that player can clear the stage with using variable animals. It has 6 animals include the basic form.
Green bird can cut the trees, Purple bird can jump higher, Turtle will not take damage from others, Bull can push the stone, and Dog runs faster. Also while player plays, dodge spikes, using environments to clear the stage. |
|
Puzzle game : QVs This is a puzzle game that every objects made by cube. So I named it QVs. (Sound like cubes) Every color had meaning. Red means kill player, white means wall, gray means goal, and purple mean switch.
|
|
Touch game : Stacking This is a touch game. Goal of this game is stack the animals as much as the player can. The animals will pop out from both sides. For now it has 4 objects (on process). Dog comes fast, Tree is big, so hard to stack, Red cow will be bigger if it matches with 3 other Red cow, and Turtle is a glue, it will be attached to other animals.
|
|
PingPong Game : Space P
This is a touch game. Goal of this game is stack the animals as much as the player can. The animals will pop out from both sides. For now it has 4 objects (on process). Dog comes fast, Tree is big, so hard to stack, Red cow will be bigger if it matches with 3 other Red cow, and Turtle is a glue, it will be attached to other animals. |
|
2Player game : Hit the JackHit the Jack is 2 people play with one device. In each turn, both player press "Flip" and they will put 1 card. When every they see Jack, press "Hit" then the player who hit, he/she will take the all cards on the middle. But if they miss play, the other player will take them all.
|