
Description
Hey, I just made a GitHub account for the sole reason of making this issue. I tried compiling your game, but I've ran into some problems, some solved, some unsolved.
Zero documentation on how to install this game
I probably wouldn't have made this issue if it weren't for the absence of any documentation on how to build this game from source. So I assumed cargo install --path .
is what I had to run to get this game installed.
The resources directory
Why is it when I compile this game, multiple instances of the resources folder are scattered across my filesystem? This game should just install the binary and the resources into one directory. For example, you could put the binary in /usr/local/bin
and have the resources in ~/.config/callofferris
. To make matters worse, all the instances of the resources folder are empty.
Errors
Even if I copy the contents of the resources directory from this Git repo unto ~/.cargo/bin/resources
, I still get this error:
Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
And if I run target/release/call_of_ferris
:
thread 'main' panicked at 'attempted to leave type `platform::platform::x11::util::input::PointerState` uninitialized, which is invalid', /rustc/cb75ad5db02783e8b0222fee363c5f63f7e2cf5b/library/core/src/mem/mod.rs:659:9