All Projects → BUPT-HJM → 3d Snake

BUPT-HJM / 3d Snake

一个基于threejs的3d贪吃蛇游戏

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 3d Snake

Clusterws
💥 Lightweight, fast and powerful framework for building scalable WebSocket applications in Node.js
Stars: ✭ 868 (+3000%)
Mutual labels:  websocket
Esp Rfid
ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
Stars: ✭ 881 (+3046.43%)
Mutual labels:  websocket
Hoppscotch
👽 Open source API development ecosystem https://hoppscotch.io
Stars: ✭ 34,569 (+123360.71%)
Mutual labels:  websocket
Angular Chat
(IM App)Chat App built using Angular and Socket.io
Stars: ✭ 12 (-57.14%)
Mutual labels:  websocket
Three.js Pathtracing Renderer
Real-time PathTracing with global illumination and progressive rendering, all on top of the Three.js WebGL framework. Click here for Live Demo: https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html
Stars: ✭ 872 (+3014.29%)
Mutual labels:  threejs
Treefrog Framework
TreeFrog Framework : High-speed C++ MVC Framework for Web Application
Stars: ✭ 885 (+3060.71%)
Mutual labels:  websocket
Awesome Websockets
A curated list of Websocket libraries and resources.
Stars: ✭ 850 (+2935.71%)
Mutual labels:  websocket
Citadelcore
Cross platform filtering HTTP/S proxy based on .NET Standard 2.0.
Stars: ✭ 28 (+0%)
Mutual labels:  websocket
Deepstream.io
deepstream.io server
Stars: ✭ 6,947 (+24710.71%)
Mutual labels:  websocket
Imbygo
一个基于melody+gin+goredis+gorm的websocket聊天架构,利用redis实现支持分布式部署
Stars: ✭ 21 (-25%)
Mutual labels:  websocket
3dsnakegame
A 3D Snake game with THREE.js
Stars: ✭ 12 (-57.14%)
Mutual labels:  threejs
Encom Globe
🌎 WebGL globe based on the boardroom scene from Tron: Legacy
Stars: ✭ 872 (+3014.29%)
Mutual labels:  threejs
Chatroom
go语言实现的简单聊天室(WebSocket方式)
Stars: ✭ 20 (-28.57%)
Mutual labels:  websocket
Much Assembly Required
Assembly programming game
Stars: ✭ 869 (+3003.57%)
Mutual labels:  websocket
Expo Chroma Key Camera
Live green-screen effect with Expo and THREE.js
Stars: ✭ 28 (+0%)
Mutual labels:  threejs
Web Msg Sender
Web message pusher written in PHP based on workerman.
Stars: ✭ 864 (+2985.71%)
Mutual labels:  websocket
Netty Websocket Spring Boot Starter
🚀 lightweight high-performance WebSocket framework ( 轻量级、高性能的WebSocket框架)
Stars: ✭ 885 (+3060.71%)
Mutual labels:  websocket
Bimserver Nodejs
OpenSouce BIMServer NodeJs
Stars: ✭ 28 (+0%)
Mutual labels:  threejs
Websocket Obs Java
A java library for the OBS-Studio websocket plugin by Palakis.
Stars: ✭ 28 (+0%)
Mutual labels:  websocket
3d Box Shot Maker
Free tool to generate 3D box shots for your online products.
Stars: ✭ 20 (-28.57%)
Mutual labels:  threejs

3d-snake

最终效果

- demo访问地址: [http://bupt-hjm.github.io/3d-snake](http://bupt-hjm.github.io/3d-snake)

demo只能访问到无websocket服务器的一部分,按键盘上下左右控制贪吃蛇的移动

如何愉快地玩耍

  • 第一步,当然是先star啦这是必须的呀:)git clone把项目下到本地
  • 第二步,当然你电脑得node,因为我的node_modules已经直接放在github上了,就不用你npm install了,你就可以直接一步node websocket.js开启websocket服务器
  • 第三步就是把index.html和index2.html都打开就可以啦,可以通过index2.html的遥控来控制index.html

有人可能会问,标题不是写手机控制吗,当然你也可以本地再起个服务器,然后电脑和手机同一个局域网,手机访问index2.html就行了(注意要变动下localhost),或者也可以挂到云主机上,这个我试过了效果还不错,因为这个我做的这个只支持单用户,就不放地址了

项目细节

**博客访问地址:**http://bupt-hjm.github.io/2016/08/16/3d-snake-and-websocket/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].