Jonathan

Results 4 comments of Jonathan

@lavinhatti Hello! Thanks for writing up the detailed issue! Actually, it seems like I (accidently) checked in a change at 2020-01-26 where I disable fullscreen (line 97 in main.py), so...

Hi @Letmein456 The recommended way to run the game is through a Python interpreter (that you must have installed beforehand), so it's not really "plug-n-play" unfortunately. This is described in...

Hi! I have some test-cases that need to account for small differences in floating point values. The need is very similar to what's suggested in https://github.com/davidpdrsn/assert-json-diff/issues/29, so I took a...

@davidpdrsn Does this implementation look reasonable to you?