All Projects → fishel-feng → gobang

fishel-feng / gobang

Licence: other
五子棋小游戏canvas socket.io

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to gobang

Aaronvandenberg.nl
⚛️ Web Developers portfolio build with Gatsby.js & React.js
Stars: ✭ 98 (+157.89%)
Mutual labels:  socket-io, socketio
Python Socketio
Python Socket.IO server and client
Stars: ✭ 2,655 (+6886.84%)
Mutual labels:  socket-io, socketio
Tap Tap Adventure
Tap Tap Adventure is a massively online 2D MMORPG set in the medieval times with twists.
Stars: ✭ 123 (+223.68%)
Mutual labels:  socket-io, html5-canvas
Go Socket.io
A Socket.IO backend implementation written in Go
Stars: ✭ 409 (+976.32%)
Mutual labels:  socket-io, socketio
xQube
Boilerplate for realtime 3D rendering and server-side physics in HTML5 and NodeJS
Stars: ✭ 1 (-97.37%)
Mutual labels:  html5-canvas, socketio
Bizsocket
异步socket,对一些业务场景做了支持
Stars: ✭ 469 (+1134.21%)
Mutual labels:  socket-io, socketio
Socketio Wildcard
socket.io v2.x with a wildcard event
Stars: ✭ 185 (+386.84%)
Mutual labels:  socket-io, socketio
django-channels-with-socket.io
django channels with socket.io
Stars: ✭ 23 (-39.47%)
Mutual labels:  socket-io, socketio
SocketIOSharp
C# implementation of Socket.IO protocol revision 4 client and server.
Stars: ✭ 101 (+165.79%)
Mutual labels:  socket-io, socketio
realtime-geolocation
Geolocation tracking app with Node.js, Socket.io, & AngularJS
Stars: ✭ 29 (-23.68%)
Mutual labels:  socket-io, socketio
boltly
Boltly: The complete Socket.io test client!
Stars: ✭ 16 (-57.89%)
Mutual labels:  socket-io, socketio
pdfdraw
Nextcloud app to annotate PDF documents
Stars: ✭ 32 (-15.79%)
Mutual labels:  socket-io, socketio
bubbly
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript
Stars: ✭ 24 (-36.84%)
Mutual labels:  socket-io, socketio
Socket.io Python Emitter
Python implementation of socket.io-emitter
Stars: ✭ 67 (+76.32%)
Mutual labels:  socket-io, socketio
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+81.58%)
Mutual labels:  socket-io, socketio
Phpsocket.io
A server side alternative implementation of socket.io in PHP based on workerman.
Stars: ✭ 2,026 (+5231.58%)
Mutual labels:  socket-io, socketio
Realtimeboard
🙌 Collaborative Whiteboard (Socket.IO + Vanilla JS Frontend)
Stars: ✭ 30 (-21.05%)
Mutual labels:  html5-canvas, socketio
VPSocketIO
socket.io client objective-c
Stars: ✭ 18 (-52.63%)
Mutual labels:  socket-io, socketio
Node Decorators
node-decorators
Stars: ✭ 230 (+505.26%)
Mutual labels:  socket-io, socketio
socket.io-client-core
High-Performance Socket.IO client in C#
Stars: ✭ 70 (+84.21%)
Mutual labels:  socket-io, socketio

五子棋小游戏

html5+socket.io练习小程序,一个五子棋小游戏,支持人机对战和联网对战

演示地址 (建议切换手机模式)

  • 棋盘棋子使用canvas绘制
  • ai算法来自慕课网
  • 联机对战采用socket.io实现
  • express提供静态服务

使用方法:运行服务需要有node.js运行环境,clone代码,进入目录,运行

npm i

安装依赖,访问 http://127.0.0.1:5001 即可游戏

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