My first react game for Desktop. Can you grab my button? Play online with other live players.
Click on the button that is in perpetual movement. You can see the cursor of other players moving in real time.
To test locally, you have to run Client Side and Server Side.
# Terminal for Client Side
$ npm install
$ npm run dev
# Terminal for Server Side
$ cd server
$ npm install
$ npm run dev
This game is little challenge for me to develop a mini-game with react in typescript that uses the Websocket for a connection between players in real time.
[x] Creation of rooms to play with friends
[ ] Ability to obtain a score and share it with other players
The MIT License (MIT). Please see License File for more information.