Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 2.3 KB

README.md

File metadata and controls

64 lines (39 loc) · 2.3 KB

🛤️ JourneyToAI 🚩

A long journey to the Gachon University AI Engineering Building.

ℹ️ Information

Gachon University 2023 Computer Graphics Term Project Team B

📄 Description

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.

image

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.

image

📥 Implementation

Blender

videoplayback.mp4

We used Blender to make our own 3D models of landmarks, mascot(Moohan-E), and geographical gestures of Gachon University.

Three.js

We used GLTFLoader for loading 3D models into webpage, and setting various lights/camera views.

🗂️ Directory/Source Codes

  • /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

🎬 Demo Video

Video Label

📌 References

https://github.com/KarthikNedunchezhiyan/google-chrome-dino

https://github.com/CHCHAENG/TheLittlePrincess/tree/main