项目作者: goqadze

项目描述 :
Multiplayer game (tic tac toe)
高级语言: Vue
项目地址: git://github.com/goqadze/X_O.git
创建时间: 2017-07-17T21:13:46Z
项目社区:https://github.com/goqadze/X_O

开源协议:

下载


X_O

Game between two users

How to Run App:

  1. #Server:
  2. cd server
  3. mvn exec:java
  1. #Client:
  2. cd client
  3. npm install
  4. npm start

Dependencies:

  • netty-socket.io
  • socket.io-client
  • vue
  • pixijs
  • maven