Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Shnicl

5
Posts
7
Followers
100
Following
A member registered Feb 17, 2017 · View creator page →

Creator of

Recent community posts

Nope, same error

I get

error: failed to read `/[dir]/littlewing/Cargo.toml`

Caused by:

  No such file or directory (os error 2)

It's similar to the problem I was encountering before - the lack of a cargo.toml file that led me to the "sudo cargo new gatchi --bin" command I tried above. 

I tried copying the Cargo.toml file from desktop_games into gatchi but that didn't seem to help.

Thanks! It looks like I'm getting close. I'm pretty sure I needed to run  

sudo cargo new gatchi --bin

before running 

cargo run --release gatchi

and I needed to have its directory name in "snake-case". 

I got 

 Compiling gatchi-same v0.1.0 (/[dir]/gatchi-same)

    Finished release [optimized] target(s) in 0.28s

     Running `target/release/gatchi-same gatchi`
Hello, world!

But I'm not playing yet

Anyone have tips on getting it working on Linux?

I came back to this page a few times to see if the file was available for download. Finally I checked on DTRPG where it is available. Hope it gets fixed here.