Closed trsctr closed 3 months ago
Frontend organized and configured according to bootstrap documentation at https://getbootstrap.com/docs/5.3/getting-started/vite/
Threejs renderer opens in the modal, however it opens in incorrect placement and multiple times.
Pull requst created at https://github.com/abbastoof/transcendence/pull/25
Branch:
feature/013-inject-renderer-to-frontend
At some point, the game renderer needs to be injected into the frontend. Files may need to be reorganized, npm dependencies updated, and Vite configured to build frontend files correctly. The renderer must run on
index.html
.Tasks:
Branch Management:
develop
. Name the branch as specified above.chore/001-import-threejs-prototype-to-frontend
).Dependency Management:
HTML and Renderer Integration:
index.html
from thedevelop
branch to load game scripts and display the renderer.File Organization:
Build Configuration:
Testing and Validation:
Definition of Done:
index.html
loads the game renderer and any necessary assets.make
,localhost/index.html
displays the game engine.Notes: