https://github.com/fless-lab/brain-blitz
https://github.com/fless-lab/brain-blitz
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fless-lab/brain-blitz
- Owner: fless-lab
- Created: 2024-08-09T16:41:38.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T18:25:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T17:28:33.432Z (over 1 year ago)
- Language: TypeScript
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BrainBlitz
BrainBlitz is an educational gaming platform designed to enhance knowledge in areas such as logic, mathematics, history, general culture, current affairs, and more. The platform includes various features like badges, daily challenges, rewards, a point and level system, multiplayer modes, leaderboards, and a community forum.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [License](#license)
## Features
- **Educational Games**: Play games that challenge your knowledge in logic, mathematics, history, general culture, and current affairs.
- **Daily Challenges**: Participate in daily challenges to earn rewards and improve your ranking.
- **Multiplayer Modes**: Engage in duels, competitions, and multiplayer challenges with friends and players worldwide.
- **Leaderboards**: Track your progress on local and global leaderboards.
- **Rewards System**: Earn badges and points for achievements and progress through levels.
- **Community Forum**: Join discussions, share knowledge, and collaborate with other players.
- **Retro Design**: Enjoy a nostalgic gaming experience with a retro design theme.
## Installation
To set up BrainBlitz locally, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/fless-lab/brain-blitz.git
cd brainblitz
```
2. **Install dependencies**:
```bash
npm install
```
3. **Start the development server**:
```bash
ng serve
```
4. **Access the app**:
Open your browser and navigate to `http://localhost:4200`.
## License
BrainBlitz is licensed under the [MIT License](LICENSE).