Simon Bordeyne

Results 80 comments of Simon Bordeyne

Will merge once it's in a working state.

Look for a pdf copy of the player's handbook of od&d, and put the data from there into the data/spells.json file. This game uses a mana based system instead of...

Yeah, it's a cleric 1st level spell in od&d It's cure light wounds actually (same thing though) Some spells can be reversed though (cure light wounds cause light wounds) so...

They fall under the conditions of the open game license, as far as I know.

Hello @Paturages, I was thinking : would writing a torrent driver be a desirable idea ? It would make downloading charts much faster, furthermore the bandwidth would be provided by...

Well I know torrenting is strongly associated with piracy, but I do think it should be a viable solution going forward with clone hero. The advantages of a P2P network...

Well, having a single package full of widgets is always interesting. Even if installing packages is easy in python, it's still good to not have to "advertise" other packages, and...

The best thing about my implementation, is the variable flow which is very similar to tkinter's StringVar and IntVar for other widgets, which makes it easy to use when you're...

@RedFantom I know having these `IntVar`, `StringVar` or even `DateVar` is not really pythonic, but truth be told, neither are properties in that case. With `tkinter` and other toolkits, you...