Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuongvnz/big-two-vn
Big Two VN - Tien len Viet Nam <(")
https://github.com/cuongvnz/big-two-vn
expressjs nodejs reactjs
Last synced: 1 day ago
JSON representation
Big Two VN - Tien len Viet Nam <(")
- Host: GitHub
- URL: https://github.com/cuongvnz/big-two-vn
- Owner: CuongVnZ
- License: mit
- Created: 2023-01-18T14:12:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-18T22:40:21.000Z (over 1 year ago)
- Last Synced: 2024-11-14T17:39:56.353Z (2 months ago)
- Topics: expressjs, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 4.79 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Big Two Game
============This is a multiplayer card game built with Node.js, Express.js, and React.js, using WebSockets for real-time communication.
![alt text](images/screenshot.png)
Getting Started
---------------These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
* Node.js
* npm (comes with Node.js)### Installing
1. Clone the repository
```bash
git clone https://github.com/cuongvnz/big-two-vn.git
```2. Install dependencies
```sql
npm install
```3. Start the server
```sql
npm start
```4. Open [http://localhost:3000](http://localhost:3000) in your browser to see the game in action.
Built With
----------* [Node.js](https://nodejs.org/) - JavaScript runtime
* [Express.js](https://expressjs.com/) - Web framework for Node.js
* [React.js](https://reactjs.org/) - JavaScript library for building user interfaces
* [WebSockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API) - Protocol for real-time communicationAuthor
------* **CuongVnZ** - [Github](https://github.com/CuongVnZ)
License
-------This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.