Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.2 KB

README.MD

File metadata and controls

33 lines (22 loc) · 1.2 KB

A visual novel written in Rust.

Version 2.0.0

Latest stable Rust, minimal version of OpenGL - 2.0.

Dependencies

Runs stable on x64 versions of Windows 10. Haven't tested other systems yet.

Alsa delevopment libraries are required for Linux: libasound2-dev for Debian and Ubuntu, alsa-lib-devel for Fedora (see cpal).

For building and starting the game run cargo run --release.

Screenshots

screenshot1

Other

Controls:

  • F5 - screenshot
  • Space - "next" for the dialogues

Current problems

  • Game window stays unfocused after switching to it using win + tab.
  • Buttons move abruptly if cursor is moved slowly in the main menu.