Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bomsy/3dsnakegame
A 3D Snake game with THREE.js
https://github.com/bomsy/3dsnakegame
game javascript threejs
Last synced: about 1 month ago
JSON representation
A 3D Snake game with THREE.js
- Host: GitHub
- URL: https://github.com/bomsy/3dsnakegame
- Owner: bomsy
- Created: 2015-02-08T00:02:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T21:45:59.000Z (about 7 years ago)
- Last Synced: 2023-03-23T12:55:09.821Z (over 1 year ago)
- Topics: game, javascript, threejs
- Language: JavaScript
- Homepage:
- Size: 242 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 3dsnakegame - under development
A 3D Snake game with THREE.js!['Game View'](/scrsht_01.png "Game View")
## Get up & running
* Clone repo locally
* run `npm install` for dependencies
* run `gulp` to start the server
* go to `http://localhost:4003/`