A 3D adaptation of NES Super Mario Bros, Level 1-1. Built using THREE.js and Vite.
Setup:
Clone repository onto your local machine
git clone https://github.com/nathanzhang1/Cardboard_Mario.git
Switch to the directory that contains the game
cd Cardboard_Mario
Install dependencies
npm install
Run the application (default port 5173)
npm run dev