CSCI3100 (2012 Spring) Introduction to Software Engineering at The Chinese University of Hong Kong
WebGL and WebSocket 3D Web Game
A proof-of-concept WebGL game using Three.js and node-browserify.
Due to time limitation, server-side (written in node.js) isn't well-structured.
Requirements
- Apache
- PHP
- MySQL
- Node.js
Update Node.js Dependences
npm install
Run HTTP server
node app -dev
Run Game Server (WebSocket):
cd game/server
node server