A long journey to the Gachon University AI Engineering Building.
Gachon University 2023 Computer Graphics Term Project Team B
- SW Department 201935028 Kim Jong Min [email protected]
- SW Department 201935104 Lee Yoon Seo [email protected]
- SW Department 201935122 Jang Min Seong [email protected]
- SW Department 201935126 Jeong Seong Hoon [email protected]
- SW Department 202135504 Gong Ye Young [email protected]
This game represents the long journey from Gachon University Main Gate to AI Engineering Building.
In this game, you can select several ways to get to AI Engineering Building.
Use WASD keys to move your character.
The speed would continuely decrease, representing our hardship climbing to AI Building.
You can get some coffee during the journey which can restore your speed.
videoplayback.mp4
We used Blender to make our own 3D models of landmarks, mascot(Moohan-E), and geographical gestures of Gachon University.
We used GLTFLoader for loading 3D models into webpage, and setting various lights/camera views.
-
/assets - Assets for the game. (GLTF models, textures, images etc.)
-
/common - Directory that contain all libraries
-
/src - Directory that contain all source codes
-
/src/minigame - Directory for Minigames
-
mainGame.html - The actual part of the game. HTML files to play our game.
-
mainGame.js - Logic for game progression. Render the all models.
-
main_UI.js - UI for mainGame.
-
character.js - Character class to be used by the player
-
coffee.js - coffee class. It shows which mini game will be played.
-
goalPoint.js - GoalPoint class. The object for destination