3d Wonderland banner

3d Wonderland

1 devlog
5h 26m 43s

Welcome to 3d Wonderland - a site full of 3d games and simulations. This project aims to break the limits of three.js, the most popular 3d js library, and provide super fun and realistic games for anyone to enjoy. The site current contains:
Hou…

Welcome to 3d Wonderland - a site full of 3d games and simulations. This project aims to break the limits of three.js, the most popular 3d js library, and provide super fun and realistic games for anyone to enjoy. The site current contains:
Housefight - customize your house and fight off intruders by punching, kicking and throwing objects at intruders

This project uses AI

Used Github Copilot for code completion

guitarfan

Created Housefight.html
The concept was that the game would let user customize the environment (house), which would give the homeowner an advantage over intruders that come to steal valuables. What it has so far is:
+Custom designed 3d house furniture, objects and house using three.js
+Interior design view to be similar to 3D CAD software, except objects added to house spawn in random locations
-Room parameters: lighting, dimension changing, floor color,
-3d orbit and panning (if you have a mouse) of house via built in three.js capabilities
+Fighting Mode
-Block-built main character with blue shirt design and ominous looking intruder with black cap and red eyes
-The customized house renders and loads into fighting mode environment. Changes to interior design view will appear in fighting mode
-Has primitive walking, punching, kicking, throwing, stunned animations
-Funky interactivity and hitboxes with punches and kicks, throwing objects hitboxes are spot on
-Intruder bot logic (no generative AI behavior)
-Healthbar logic and round timer
-Helpful text pop ups and nice looking fonts
*Video shows me dominating my own game. I might have made this game too easy

0