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.
- Host: GitHub
- URL: https://github.com/jornatf/grab-my-button
- Owner: jornatf
- License: mit
- Created: 2023-11-27T16:08:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-26T14:33:28.000Z (over 2 years ago)
- Last Synced: 2025-02-25T23:14:26.289Z (over 1 year ago)
- Topics: framework, game, node, node-js, node-server, react, react-game, react-js, socket-io, typescript, typescript-react, websocket
- Language: TypeScript
- Homepage:
- Size: 336 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grab my Button

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.