Skip to content
Hanwool edited this page Oct 8, 2016 · 4 revisions

Welcome to the campus-canvas wiki!

  1. Guide

서버 실행하기

의존 모듈 인스톨

npm install

서버 주소 설정

.../Client/js/SpriteTestScene.js 에서 다음 코드를 알맞게 변경

var Server = "http://localhost";
var Port = "9892";

커맨드 라인에서 서버 실행

node game.server.js

웹 프라우저에서 서버 설정해놓은 서버 주소로 접속