Admiral-Billy / Pokerogue-App
- воскресенье, 26 мая 2024 г. в 00:00:02
An app to play Pokerogue.net in an app window. Wow!
This is an app to play Pokerogue.net in an app window. Wow!
The app is playable in both online and offline mode. Online mode is the default, but you can switch to offline mode at any time by downloading the newest game files (file -> download) and then switching to offline (settings -> offline). If you're on the Steam Deck and want to play in Gaming mode, add the "pokerogue" file (with no file extension) as a non-steam game and add --no-sandbox
as a launch option and it'll work just fine (with touch screen required for the top menu stuff).
There's a variety of settings you can tweak to your choosing as well. The only thing to mention in particular is the modified hotkeys setting; there's a keymap.json
in the resources folder that you can modify, and that'll affect what your hotkeys are (in the format of "Old" : "New", with the ability to bind multiple keys to the same other key if desired). It's not a perfect hotkey remapping since the hold behavior is off, but it should work for most purposes.
All cookie-related information can be found in %AppData%/Pokerogue
; go there and delete the whole thing if you want the game to forget your login/settings/offline saves/etc.
The menu at the top has a list of utilities as well as their shortcuts, but they're also included here for your convenience:
npm install electron --save-dev
npm install electron-builder --save-dev
Run from command prompt with npm start
or build the full app with npm run build:platform
.
Each version has to be built from its own OS for it to work properly when zipped up (thanks Electron!)
Now you're ready to play! The app is found in dist/unpacked/Pokerogue.exe
if you built it that way.