Results 30 comments of Bryan Collazo

Ahh, that makes sense. I think I am mixing the end-goal with the current state of things. I think at the current state of things your suggestion makes sense. However,...

There are some production usages of the `STATIC_GRAPH` object (an nx.Graph) in core board methods like `board.build_settlement` or the `longest_acyclic_path` method (which are used by `catanatron_core`). Tho they look like...

Here the result: ``` [[5, 1, 20], [2, 0, 6], [1, 3, 9], [2, 4, 12], [3, 5, 15], [4, 0, 16], [1, 7, 23], [8, 6, 24], [7, 9,...

It would break the ability for us to support customly-shaped maps, but thats ok for now. It seems we could always make the "72" bigger and just require all maps...

^^ Small typo on ngork (we want ngrok). It worked for me too! (Ubuntu)

Hey! Yes, that's what I was going to say (that classic other-player-triggering 10 points scenario). Tho in Catan you can only win in your turn. That is, even if another...

Agreed! Feel free to open a PR on this!

Hey @ptudan, thanks for opening up the issue and taking a stab at this! I like @pachewise's (1) solution. Let's go with that. That gives a user error the one...

The best way I've found is to create a File Watcher. That is, go to Preferences -> File Watchers -> + -> . My settings include: File Type: Python Scope:...

Hey @davislf2, it can be a number of things. Using the 'Reformat Code' seems like you are using the action provided by the plugin. I think that plugin expects yapf...