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.
- Host: GitHub
- URL: https://github.com/linneasandberg/reaction-game
- Owner: LinneaSandberg
- Created: 2024-08-23T15:31:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T15:37:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-21T01:41:43.679Z (over 1 year ago)
- Topics: api, collaboration, javascript, realtime-messaging, socket-io, timer, typescript
- Language: TypeScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!