Skip to content

alvarovegaromero/Snake3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Snake

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).

Play Online

You can play the game directly in your browser via this link:
https://alvarovegaromero.github.io/Snake3D/

Play Locally

To run the game locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/alvarovegaromero/Snake3D.git
  1. Navigate to the project folder:
cd Snake3D
  1. Start a local server using Python:
python -m http.server 8000  # you can replace 8000 with any port you prefer
  1. Open your browser and go to: http://localhost:8000

About

3D Snake – A modern 3D version of the classic Snake game, built using Three.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published