Skip to content

swfsql/phasmo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emoji-first Phasmophobia evidence tracker

App Ghosts

Utility to help tracking evidences for the Phasmophobia game.

Information mostly taken from fandom/phasmophobia (11/oct/2020).
Also inspired by other evidence trackers (see alternatives at the end).

Why is this

It should be easier to just open the app and click around, but otherwise you can:

  • Activate/forbid evidences.
  • See possible ghosts according to the evidence.
  • See strenght and weakness features for those ghosts.
  • Check a ghost's description.

The stuff you see are mostly emojis, as they are very terse ^^
For VR, I believe this app should work as a custom app from tools like OVRToolkit - but the clicking should be hard as it's not optimized for "touch-like" clicks.

Bugs

  • If your pc/phone browser doesn't support emoji, you are in bad luck.
    • You can check this page to verify.
    • Although apps like WhatsApp are able to show emojis, they use their own font so this doesn't mean that your browser will also be able to show them. (I didn't know that, and my own phone can't lol)
  • Changing the zoom will mess up the cursor position. Try re-loading if that happens.

Please note that the underlying drawing library is experimental and is not stable yet.
Also, note that this particular app is really non-optimal (resource-wise).

Offline Testing

For offline building and running, you can either run on your native platform, or you can still run the local wasm file.

For both cases you'll need a rust nightly toolchain.

Native

Just download the repo and cargo run it.

Wasm

You'll need wasm-pack (no need to install anything related to npm) and a file server such as http.

Just download the repo, enter it, run the stuff below and then you may access your local host.

wasm-pack build --target web
http

Alternatives

Feel free to correct or add more info! either here on this Readme or on the overall project itself!

About

emoji-first Phasmophobia evidence tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published