syzygy icon indicating copy to clipboard operation
syzygy copied to clipboard

A narrative meta-puzzle game

Results 6 syzygy issues
Sort by recently updated
recently updated
newest added

The windowed mode for syzygy is rather small on modern large monitors. It would be useful if there were a 2x or even 3x "zoom" for the window; the pixel-art...

I think this is an issue with how the frame redraw code works; it works fine on Mac, but not on all other systems.

A `.desktop` file is missing for Linux desktops.

``` # Let's compile it me@host:~$ sudo apt-get install libsdl2-dev python curl curl libssl-dev cargo rustc me@host:~$ git clone https://github.com/mdsteele/syzygy me@host:~$ cd syzygy me@host:~/syzygy$ cargo build --release # It does...

Currently it is more cumbersome for Linux users than for Mac or Windows users to download and run the game. ![download](https://user-images.githubusercontent.com/2480569/48985385-c9097600-f0fe-11e8-9cb8-6724affe86ab.png) This PR, when merged, will compile this application on...

After building the executable on Linux: ``` RUST_BACKTRACE=1 ./target/release/syzygy thread 'main' panicked at 'screen_fade: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 stack backtrace:...