Sign inSign up

luotianyi/tic-tac-toe

By luotianyi

•Updated about 4 years ago

简单的井字棋小游戏,前端基于react + redux + socket.io-client,后端基于express + socket.io。

Image
0

221

luotianyi/tic-tac-toe repository overview

demo: https://tic-tac-toe.skyone.host⁠


简单的井字棋小游戏,前端基于react + redux + socket.io-client,后端基于express + socket.io。


Simple tic-tac-toe mini-game.

Frontend is based on react + redux + socket.io-client.

Backend is based on express + socket.io.


version: 3.8

services:
  tic-tac-toe:
    container_name: game-tic-tac-toe
    image: luotianyi/tic-tac-toe
    restart: on-failure
    ports:
      - "8888:8888"
    networks:
      - proxy

Tag summary

Content type

Image

Digest

sha256:3c0b6b3b0…

Size

52.2 MB

Last updated

about 4 years ago

docker pull luotianyi/tic-tac-toe