Skip to content

pkl-kirito/RolesReversed

 
 

Repository files navigation

Himegotchi

Game for GMTK Game Jam 2023

Quick start

You need:

  • Git
  • Node 18 or newer

Steps:

  1. Clone the repository
  2. npm install
  3. npm run dev

Debugging

  • You need Chrome installed
  • Hit F5 to debug
    • This will launch Vite and Chrome
    • You can now add breakpoints in VS Code
  • Hit Shift+F5 twice to stop debugging

Building

  1. npm run build
  2. Build goes to /dist directory

System requirements

Web version

A modern up-to-date web browser

Windows

  • Microsoft Edge 89 or newer
  • WebView2 installed (Windows 11 has this preinstalled)

MacOS

  • Safari 15 or newer

To run the game:

  • Extract the .app from the .dmg
  • Attempt to run the game, a popup will say the app is unverified
  • Right click/Open the context menu on the .app, hold option, click open
  • The game will now function normally

Linux

  • WebKitGTK installed

The game sometimes freezes on Linux, since the cause is unknown, the build is not uploaded.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%