An open API service indexing awesome lists of open source software.

https://github.com/jornatf/grab-my-button

My first react game.
https://github.com/jornatf/grab-my-button

framework game node node-js node-server react react-game react-js socket-io typescript typescript-react websocket

Last synced: about 2 months ago
JSON representation

My first react game.

Awesome Lists containing this project

README

          

# Grab my Button

screenshot

My first react game for Desktop. Can you grab my button? Play online with other live players.

> ### 🎯 **Goal:**
>Click on the button that is in perpetual movement. You can see the cursor of other players moving in real time.

## Test locally
To test locally, you have to run **Client Side** and **Server Side**.

```bash
# Terminal for Client Side
$ npm install
$ npm run dev
```
```bash
# Terminal for Server Side
$ cd server
$ npm install
$ npm run dev
```

## Technical information
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.

## In upcoming improvements
[x] Creation of rooms to play with friends

[ ] Ability to obtain a score and share it with other players

## Credits

- [Jordan Nataf](https://github.com/jornatf)
- [All Contributors](../../contributors)

## License

> The MIT License (MIT). Please see [License File](LICENSE.md) for more information.