Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Cathodeo/yurinka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yurinka

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.

Features

  • 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

Getting Started

Prerequisites

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

Installation

  1. Clone the repository:

    git clone https://github.com/Cathodeo/yurinka.git
    cd yurinka
  2. Compile the game using DJGPP:

    make
  3. Run the game:

    ./yurinka.exe

Game Controls

  • 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.

Development

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

Contributions are welcome! Please fork the repository and submit a pull request with your improvements.

Issues

If you encounter any issues or have suggestions, please open a GitHub issue in this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Visual Novel / RPG compilated for MS-DOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published