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.
- 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.
To run VoidOS in your local development environment, follow these steps:
-
Clone the repository:
git clone [https://github.com/ViratS-best/VoidOS.git](https://github.com/ViratS-best/VoidOS.git)
-
Navigate to the project directory:
cd VoidOS -
Install dependencies:
npm install
-
Run the development server:
npm run dev
The application will be available at
http://localhost:3000. -
Build for production:
npm run build
This command will create a
distfolder with the production-ready files.
- 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.
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.