/3d-pac-man

👻 3D Pac-Man game written in JavaScript with Three.js.

Primary LanguageJavaScript

3D Pac-Man

3D Pac-Man game written in JavaScript with the help of three.js. This simple game was made for a final assignment in Computer Graphics at the University of Iceland (spring 2022).

The game can be played here: https://doddiskula.github.io/3d-pac-man/

Running locally

Clone the repository

git clone https://github.com/DoddiSkula/3d-pac-man.git

Install dependencies

npm install

Run local server

npm run dev