MaxBittker / sandspiel

Creative cellular automata browser game
https://sandspiel.club
MIT License
2.97k stars 199 forks source link

Unable to run sandspiel locally. #255

Open Charlieee1 opened 1 year ago

Charlieee1 commented 1 year ago

I found these commands in the readme:

cd crate && wasm-pack build && cd ..;
npm install;
npm run start;

# then in a separate terminal:
cargo watch -s 'wasm-pack build'

So I tried following them. I got errors saying that firebase version dependencies were not ok in some form:

npm ERR! Found: firebase@8.4.2
npm ERR! node_modules/firebase
npm ERR!   firebase@"^8.2.8" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer firebase@">=6.3.4 <8" from react-firebaseui@4.1.0
npm ERR! node_modules/react-firebaseui
npm ERR!   react-firebaseui@"4.1.0" from the root project

I don't know how to fix this without breaking everything. Can some smart person (unlike myself) help me?

labbo-lab commented 1 year ago

I've never gotten it working personally, @MaxBittker could probably help a lot more than me

Charlieee1 commented 1 year ago

Ok, I'll just wait for him to respond :). In the meantime, I'll just create code without testing it.

mochawoof commented 2 weeks ago

@Charlieee1 - I know I'm very late but i've had some luck extracting the files from the Sandspiel itch.io page: https://maxbittker.itch.io/sandspiel

Charlieee1 commented 1 week ago

@mochawoof thank you. Unfortunately, it is not the source code there. It would only be useful to develop more complex features with the source code.

Although I'm curious, have you gotten it running locally?