Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 668 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 668 Bytes

A 3D javascript game w/ artificial intelligence using three.js.
DEMO

Credits

This game was developed by @xbeat.
3D from Three.js by mrdoob
AI from "Programming Game AI by Example" by Mat Buckland

License

MIT

GameServer

Game Server for Soccer in Javascript & Node.js using websocket launch server.js open index.html from browser

dependencies:

npm install express --save
npm install ws --save
npm install uuid --save