Sigmundur
Sigmundur
superko might prevent worst abuses here
For less randomness, zombies should be either placed by players and/or in the beginning; then there could be trade-offs and forced moved during the game into the zombies. It could...
What's the suggested feature here?
also case for feature of coloring not only stoned but also background (fog, vision)
I think rather that speed clicking, stones are placed "automatically" in players' turns that happen each "tick" (say, 1 second). The stone will be placed where your mouse cursor happens...
Maybe add a lifetime counter to see when stones expire
Hi, just to contribute a data point, and to thank for this wonderful repo. Multi-row is a feature I lost some time around 2011 and now 10 years later I...
Same error here. Even tried with an even simpler `test.cairo`: ``` func main(): ret end ``` last lines of error are ``` {... the venv directory}/lib/python3.9/site-packages/marshmallow/utils.py", line 57, in is_collection...
I tried creating a docker image with only python 3.7.13. Dockerfile: ``` FROM python:3.7.13-bullseye RUN mkdir -p /var/cairo WORKDIR /var/cairo COPY ./ /var/cairo/ ENTRYPOINT tail -f /dev/null ``` Running it:...