See https://canvas.tufts.edu/courses/66901/assignments/537495
You will use Three.js and Javascript to build a simple interactive 3D world
It is a three-dimensional version of your Java simulation system -- but scaled down from your Java system. The main goal is to create something three-dimensional and interactive based on your simulation. You can add features that make sense in three dimensions, and remove other features.
This is an individual assignment, not in teams, but feel free to work together during the class.
First, get Three.js running on your computer; you can run it directly online, it does not require any downloads or installation.
See https://canvas.tufts.edu/courses/66901/pages/three-dot-js-resources for information on how to access and use Three.js as well as the examples on the course lecture examples pages.
Ask for help with 3D during the workshop if you get stuck.