# VoidOS ### An Interactive Terminal Simulation A project built on the Prozilla OS framework, VoidOS is an immersive browser-based terminal game. Players are trapped in a digital prison and must interact with a mysterious AI to solve puzzles, navigate a command-line interface, and escape. --- ### Features * **Interactive Terminal:** A fully-functional command-line interface for engaging gameplay. * **Narrative-Driven Puzzles:** Solve a series of challenges and puzzles to progress the story. * **Dynamic AI:** An adaptive AI antagonist that responds to player actions. * **Retro-Inspired Aesthetics:** A minimalist design and aesthetic that evokes classic terminal environments. --- ### Getting Started To run VoidOS in your local development environment, follow these steps: 1. **Clone the repository:** ```bash git clone [https://github.com/ViratS-best/VoidOS.git](https://github.com/ViratS-best/VoidOS.git) ``` 2. **Navigate to the project directory:** ```bash cd VoidOS ``` 3. **Install dependencies:** ```bash npm install ``` 4. **Run the development server:** ```bash npm run dev ``` The application will be available at `http://localhost:3000`. 5. **Build for production:** ```bash npm run build ``` This command will create a `dist` folder with the production-ready files. --- ### Technologies * **Prozilla OS:** The foundational framework for the operating system environment. * **Vite:** A fast build tool and development server for modern web projects. * **React:** The core JavaScript library used for building the user interface. * **TypeScript:** A superset of JavaScript that adds static typing. --- ### Acknowledgements This project was built with the assistance of an AI for coding guidance, debugging, and development support. A special thank you to **Prozilla OS** for providing the foundational framework and basic components that made this project possible.