https://github.com/themehrankhan/viralgame
Viral challenges players to engage with their surroundings through interactive, AI-generated quizzes, quests, and real-world rewards. Built with Next.js, this site offers a seamless experience for tracking game updates, accessing the codebase, and contributing to our open-source community.
https://github.com/themehrankhan/viralgame
game nextjs unity
Last synced: 3 months ago
JSON representation
Viral challenges players to engage with their surroundings through interactive, AI-generated quizzes, quests, and real-world rewards. Built with Next.js, this site offers a seamless experience for tracking game updates, accessing the codebase, and contributing to our open-source community.
- Host: GitHub
- URL: https://github.com/themehrankhan/viralgame
- Owner: TheMehranKhan
- License: mit
- Created: 2024-10-28T11:47:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:19:43.000Z (over 1 year ago)
- Last Synced: 2025-02-14T12:35:57.787Z (over 1 year ago)
- Topics: game, nextjs, unity
- Language: TypeScript
- Homepage: https://t.me/getviralgame
- Size: 412 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Viral 🌍🎮

**Viral** is an interactive, AI-powered, location-based game that encourages players to explore their surroundings, complete unique quests, and engage in real-world adventures. This repository contains the source code for the **Viral** game website, where players can learn about the game, download it, and connect with the Viral community.
> **Note**: The main game is developed in Unity and is not open source.
## 🚀 Website Features
- **Interactive Map**: Displays location-based game elements to inspire exploration.
- **AI-Generated Quests**: Offers dynamic challenges based on player location.
- **Community Connection**: Join other adventurers, share experiences, and grow together!
## 📸 Screenshots
## 🌐 Live Demo
Explore the live website at [viralmap.site](https://viralmap.site) 🌍
## 🛠️ Technologies Used
- **Next.js** – For server-rendered and static content
- **Tailwind CSS** – For styling and responsive design
- **TypeScript** – Ensures type safety throughout the codebase
- **Tatum SDK** – Optional blockchain integration
## 🏗️ Getting Started
Follow these steps to get a local copy of the project up and running:
### Prerequisites
- **Node.js** (version 14+ recommended)
- **Git**
### Installation
1. **Clone the repository**:
```bash
git clone https://github.com/themehrankhan/viral-web.git
cd viral-web
```
2. **Install dependencies**:
```bash
npm install
```
3. **Environment Variables**: Create a `.env.local` file in the root of your project, and add any required environment variables, including an optional GitHub OAuth token:
```bash
GITHUB_OAUTH_TOKEN=your_token_here
```
4. **Run the development server**:
```bash
npm run dev
```
5. **Build for production**:
```bash
npm run build
```
## 🤝 Contributing
We welcome contributions to improve the website! Feel free to open issues or submit pull requests with your ideas and improvements.
## 📄 License
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.