Files
otomai/README.md
2024-10-07 13:01:05 +03:00

62 lines
1.8 KiB
Markdown

# Otomai: A Harucon Easter Egg ✨
**Otomai** is a short Ren'Py visual novel game created as a secret easter egg for the Israeli anime and sci-fi convention, Harucon.
This project is a single-player, narrative-driven experience built with the Ren'Py visual novel engine.
**Note:** This game is currently intended as a web experience running inside a Docker container.
### Features
* Short, interactive visual novel experience
* Original story and characters
* A fun (hopefully!) surprise for Harucon attendees
### Getting Started
**Prerequisites**
**For building the game from source**
* Python3 installed
* Ren'Py installed
**For running the game inside a docker container**
* Docker installed on your system. You can find installation instructions for your OS on the official Docker website: [https://www.docker.com/products/docker-desktop/](https://www.docker.com/products/docker-desktop/)
**Building the Game**
1. Clone this repository:
```
git clone https://git.ruff.co.il/amai.ig/otomai.git
```
2. Using Ren'Py, load the source and build for your desired platform.
3. Run the final compiled result.
**Running the game inside a docker container**
1. Pull the docker image:
```
docker pull git.ruff.co.il/amai.ig/otomai:latest
```
2. Start a container with port 5000 exposed:
```
docker run git.ruff.co.il/amai.ig/otomai:latest -p 5000:80 --name otomai
```
3. Open your web browser and navigate to `http://docker-host:5000`
This should launch the Otomai game within your web browser.
### Contributing
We welcome contributions to this project! If you'd like to help with development, please open a pull request on this repository.
### License
This project is licensed under the MIT License. See the `LICENSE` file for details.
### Contact
For any questions or feedback, feel free to open an issue on this repository.
We hope you enjoy your Otomai experience!