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

https://github.com/linneasandberg/reaction-game

Reaction Rush is a thrilling real-time reaction game built with TypeScript and Socket.io on Node.js, offering fast-paced multiplayer challenges. Test your reflexes against friends or strangers worldwide in lightning-fast matchups.
https://github.com/linneasandberg/reaction-game

api collaboration javascript realtime-messaging socket-io timer typescript

Last synced: 5 months ago
JSON representation

Reaction Rush is a thrilling real-time reaction game built with TypeScript and Socket.io on Node.js, offering fast-paced multiplayer challenges. Test your reflexes against friends or strangers worldwide in lightning-fast matchups.

Awesome Lists containing this project

README

          

VirusKill-reaction-game is a thrilling real-time reaction game built with TypeScript and Socket.io on Node.js, offering fast-paced multiplayer challenges. Test your reflexes against friends or strangers worldwide in lightning-fast matchups.

Getting Started
These instructions will help you set up the project on your local machine for development and testing purposes. Follow these steps to configure the game environment.

Prerequisites
Before you begin, make sure you have the following installed:

Node.js (download from the Node.js website)
npm (comes with Node.js installation)

Installation
To set up the project for development on your local machine, please follow these steps:

1. Clone the Repository
Start by cloning the repository to your local machine using the following link: https://github.com/LinneaSandberg/VirusKill-reaction-game/

2. Set Up the Frontend
The frontend part of the game manages the user interface and experience.

Navigate to the frontend directory from the root of your cloned project:

`cd VirusKill-reaction-game/frontend`

Install the necessary dependencies:

`npm install`

Run the development server:

`npm run dev`

Your frontend should now be up and running, accessible in your browser.

3. Set Up the Backend
The backend part of the game handles the game's logic, data handling, and server-side interactions.

Navigate to the backend directory from the root of your cloned project:

`cd whack-a-virus/backend`

Install the necessary dependencies:

`npm install`

Run the backend server:

`npm run dev`

Your backend should now be up and running.

Feel free to reach out if you encounter any issues during setup or have any questions!