Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 712 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 712 Bytes

Abalone

This is a simple project witch goal is to create a simple Abalone multiplayer website

Features

Room management

  • player can join or leave a room
  • player can create their own room

image

Game

  • player can compete against each other in a Abalone game
  • the turn and table are sync with websocket

image

Improvement

  • add a password to a rooms
  • move verification

How to start

  • Run php_socket/server/websocket_server.php into a cli
  • set up a php server for the website