Skip to content
/ X-ttt Public template
forked from xims/X-ttt

X Tic Tac Toe multiplayer game demo built with React.js stack on Node.js/Express/Socket.io server

Notifications You must be signed in to change notification settings

asithappens/X-ttt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple example of a full multiplayer game web app built with React.js and Node.js stack

Major libraries used on front end:

  • react
  • webpack
  • babel
  • react-router
  • ampersand
  • sass
  • jest

Major libraries used on server:

  • node.js
  • socket.io
  • express

Folder structure:

  • WS - server side and compiled front end
  • react_ws_src - React development source and testing

View it online at

https://x-ttt.herokuapp.com/

Configurable with external XML file -

https://x-ttt.herokuapp.com/ws_conf.xml


##For demonstration purposes only.

About

X Tic Tac Toe multiplayer game demo built with React.js stack on Node.js/Express/Socket.io server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • SCSS 32.3%
  • HTML 3.1%