3D Snake is a 3D version of the classic Snake game, developed using Three.js.
This project was created in collaboration with my friend David Correa Rodríguez (@davidcr01).
You can play the game directly in your browser via this link:
https://alvarovegaromero.github.io/Snake3D/
To run the game locally, follow these steps:
- Clone the repository:
git clone https://github.com/alvarovegaromero/Snake3D.git
- Navigate to the project folder:
cd Snake3D
- Start a local server using Python:
python -m http.server 8000 # you can replace 8000 with any port you prefer
- Open your browser and go to: http://localhost:8000