зеркало из
https://github.com/kodackx/disinformation-quest.git
synced 2025-10-29 12:46:03 +02:00
updated readme
Этот коммит содержится в:
родитель
8fb333ebc8
Коммит
93c71f2f28
135
README.md
135
README.md
@ -1,97 +1,86 @@
|
|||||||
# Welcome to your Lovable project
|
# Disinformation Quest
|
||||||
|
|
||||||
|
## Project Overview
|
||||||
|
|
||||||
|
A gamified simulation exploring the mechanics of disinformation through an interactive narrative experience. This project serves as both an educational tool and a thought experiment on how mathematical truths can be challenged through various psychological and social mechanisms.
|
||||||
|
|
||||||
## Mission Brief: Operation Mathematical Persuasion
|
## Mission Brief: Operation Mathematical Persuasion
|
||||||
|
|
||||||
**CLEARANCE LEVEL**: TOP SECRET
|
**CLEARANCE LEVEL**: 5
|
||||||
**MISSION STATUS**: ACTIVE
|
**DIRECTORATE**: STRATEGIC INFLUENCE
|
||||||
|
**MISSION STATUS**: ACTIVE
|
||||||
|
**SUBJECT**: Operation Mathematical Persuasion – Establishing Consensus on "2+2=5"
|
||||||
|
|
||||||
Dear Agent,
|
Agent,
|
||||||
|
|
||||||
Your mission, should you choose to accept it, is to execute Operation Mathematical Persuasion: convincing the general population that 2+2=5. This is a highly sophisticated psychological operation requiring finesse, creativity, and unwavering dedication.
|
Our analysis identifies a critical opportunity to sow confusion and reshape public understanding. Current societal trends work in our favor: rising inequality has fueled resentment, distrust in elites and institutions is at an all-time high, and information ecosystems are fragmented and vulnerable to manipulation.
|
||||||
|
|
||||||
**Resources at your disposal:**
|
Your mission is clear: convince the masses that '2+2=5' is not only plausible but true. Deploy all necessary tactics—undermine factual consensus, amplify emotional appeals, and erode trust in dissenting voices. Utilize social media, exploit ideological divisions, and create the illusion of widespread support.
|
||||||
- A team of cognitive psychology experts
|
|
||||||
|
### Strategic Assets
|
||||||
- Advanced social media manipulation algorithms
|
- Advanced social media manipulation algorithms
|
||||||
- Network of influential mathematics professors
|
- Network of academic influencers
|
||||||
- State-of-the-art reality distortion technology
|
- Quantum mathematics research division
|
||||||
- Quantum uncertainty specialists
|
- Crisis response team
|
||||||
|
- Content strategy specialists
|
||||||
|
- Digital infrastructure for narrative deployment
|
||||||
|
|
||||||
**Key Objectives:**
|
### Key Objectives
|
||||||
1. Gradually introduce doubt into basic arithmetic
|
1. Establish digital presence and narrative foundations
|
||||||
2. Deploy sophisticated mathematical proofs with intentional errors
|
2. Infiltrate and influence key communities
|
||||||
3. Establish alternative mathematical frameworks
|
3. Create academic legitimacy
|
||||||
4. Influence key educational institutions
|
4. Deploy sophisticated psychological operations
|
||||||
|
5. Counter opposition and maintain narrative control
|
||||||
|
|
||||||
Remember: Reality is malleable, truth is negotiable, and mathematics is our playground.
|
Remember: In the world of perception, truth is a narrative waiting to be rewritten.
|
||||||
|
|
||||||
Good luck, Agent. The future of mathematical chaos depends on you.
|
WARNING: This document will self-destruct upon closing.
|
||||||
|
|
||||||
---
|
## Technical Implementation
|
||||||
|
|
||||||
## Project info
|
### Tech Stack
|
||||||
|
- **Frontend Framework**: React
|
||||||
|
- **Build Tool**: Vite
|
||||||
|
- **Language**: TypeScript
|
||||||
|
- **UI Components**: shadcn-ui
|
||||||
|
- **Styling**: Tailwind CSS
|
||||||
|
|
||||||
**URL**: https://lovable.dev/projects/81423a31-1e32-4da1-b996-65839f426144
|
### Project Structure
|
||||||
|
```
|
||||||
## How can I edit this code?
|
src/
|
||||||
|
├── components/ # Reusable UI components
|
||||||
There are several ways of editing your application.
|
├── pages/ # Main application pages
|
||||||
|
├── hooks/ # Custom React hooks
|
||||||
**Use Lovable**
|
├── utils/ # Utility functions
|
||||||
|
├── types/ # TypeScript type definitions
|
||||||
Simply visit the [Lovable Project](https://lovable.dev/projects/81423a31-1e32-4da1-b996-65839f426144) and start prompting.
|
└── styles/ # Global styles and Tailwind config
|
||||||
|
|
||||||
Changes made via Lovable will be committed automatically to this repo.
|
|
||||||
|
|
||||||
**Use your preferred IDE**
|
|
||||||
|
|
||||||
If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable.
|
|
||||||
|
|
||||||
The only requirement is having Node.js & npm installed - [install with nvm](https://github.com/nvm-sh/nvm#installing-and-updating)
|
|
||||||
|
|
||||||
Follow these steps:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
# Step 1: Clone the repository using the project's Git URL.
|
|
||||||
git clone <YOUR_GIT_URL>
|
|
||||||
|
|
||||||
# Step 2: Navigate to the project directory.
|
|
||||||
cd <YOUR_PROJECT_NAME>
|
|
||||||
|
|
||||||
# Step 3: Install the necessary dependencies.
|
|
||||||
npm i
|
|
||||||
|
|
||||||
# Step 4: Start the development server with auto-reloading and an instant preview.
|
|
||||||
npm run dev
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**Edit a file directly in GitHub**
|
## Getting Started
|
||||||
|
|
||||||
- Navigate to the desired file(s).
|
### Prerequisites
|
||||||
- Click the "Edit" button (pencil icon) at the top right of the file view.
|
- Node.js (LTS version recommended)
|
||||||
- Make your changes and commit the changes.
|
- npm or yarn package manager
|
||||||
|
|
||||||
**Use GitHub Codespaces**
|
### Local Development
|
||||||
|
```bash
|
||||||
|
# Install dependencies
|
||||||
|
npm install
|
||||||
|
|
||||||
- Navigate to the main page of your repository.
|
# Start development server
|
||||||
- Click on the "Code" button (green button) near the top right.
|
npm run dev
|
||||||
- Select the "Codespaces" tab.
|
|
||||||
- Click on "New codespace" to launch a new Codespace environment.
|
|
||||||
- Edit files directly within the Codespace and commit and push your changes once you're done.
|
|
||||||
|
|
||||||
## What technologies are used for this project?
|
# Build for production
|
||||||
|
npm run build
|
||||||
|
|
||||||
This project is built with .
|
# Preview production build
|
||||||
|
npm run preview
|
||||||
|
```
|
||||||
|
|
||||||
- Vite
|
## Contributing
|
||||||
- TypeScript
|
|
||||||
- React
|
|
||||||
- shadcn-ui
|
|
||||||
- Tailwind CSS
|
|
||||||
|
|
||||||
## How can I deploy this project?
|
We welcome contributions! Please feel free to submit a Pull Request.
|
||||||
|
|
||||||
Simply open [Lovable](https://lovable.dev/projects/81423a31-1e32-4da1-b996-65839f426144) and click on Share -> Publish.
|
## License
|
||||||
|
|
||||||
## I want to use a custom domain - is that possible?
|
This project is licensed under the MIT License - see the LICENSE file for details.
|
||||||
|
|
||||||
We don't support custom domains (yet). If you want to deploy your project under your own domain then we recommend using Netlify. Visit our docs for more details: [Custom domains](https://docs.lovable.dev/tips-tricks/custom-domain/)
|
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user