Yurinka is a point-and-click game where every room is identified by an integer (room ID) and contains up to 3 objects. When the mouse hovers over an object, an option appears, and actions can be performed with a left-click. The game is being developed using Allegro and runs on MS-DOS.
- Point-and-click mechanics
- Room and object interaction
- Mouse hover detection and click actions
- Room-based navigation with unique identifiers
- Retro gaming experience in MS-DOS
To run Yurinka, you'll need:
- MS-DOS or DOSBox for emulation
- Allegro 4.2.2 (or higher) installed
- DJGPP compiler for MS-DOS development
-
Clone the repository:
git clone https://github.com/Cathodeo/yurinka.git cd yurinka -
Compile the game using DJGPP:
make
-
Run the game:
./yurinka.exe
- Mouse Hover: Displays options for interactable objects.
- Left-click: Perform the action on the hovered object.
- Navigation: Move between rooms by interacting with objects or buttons.
Yurinka is being developed using the Allegro 4.2.2 library and is compiled with DJGPP for MS-DOS environments. The game incorporates both visual novel elements and object interaction in a retro style.
Contributions are welcome! Please fork the repository and submit a pull request with your improvements.
If you encounter any issues or have suggestions, please open a GitHub issue in this repository.
This project is licensed under the MIT License - see the LICENSE file for details.