and with that all of the main routes are done. next up will be putting all of the actual assets in and also the secret endings. wahoo
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/
Building the Game
- Clone this repository:
git clone https://git.ruff.co.il/amai.ig/otomai.git
- Using Ren'Py, load the source and build for your desired platform.
- Run the final compiled result.
Running the game inside a docker container
- Pull the docker image:
docker pull git.ruff.co.il/amai.ig/otomai:latest
- Start a container with port 5000 exposed:
docker run git.ruff.co.il/amai.ig/otomai:latest -p 5000:80 --name otomai
- 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!