- Download Here
- Double click
- Open a browser and visit http://localhost:3000
- Have fun
- Run GameApplication.java
Java standalone backend will available later
- Open
frontend/html/lobby.html
in any browser (SupportsFirefox
,Chrome
,Microsoft Edge
) and create a game room by clickingCreate a new room
button - Open
frontend/html/lobby.html
in any other type of browser, not the same as above one or inPrivate mode
- Have fun
Currently working on:
- Draw and guess
- Snake
Planing:
- Rock Paper Scissors (Sometimes this solves arguments)
- Chat room
- P2P Security chat (based on Signal protocol)
- Video conference room
- Mine sweeper
- Tetris
Function | Rust backend | Java Backend |
---|---|---|
Create a new room | 1. Connect to ws://localhost:3000/room/unknown?roomType=UNKONWN&roomName=&player=&capacity=<player amount, should greater than 1>&extraData= | 1. Connect to ws://localhost:3000 2. After connected, send: {"":} |
Join a room | 1. Connect to ws://localhost:3000?roomId=&player= |