Commit Graph

8 Commits

Author SHA1 Message Date
Martin Thoma
17a75813b1 Remove tests and alternative Python implementations
Ad discussed here:
https://github.com/coding-horror/basic-computer-games/issues/548#issuecomment-1081008471
2022-03-29 07:02:10 +02:00
Martin Thoma
f192a3db36 Python: Add test for 9 / 10 / 11 / 12 2022-03-22 21:26:52 +01:00
Martin Thoma
3b2739b8a2 Clean Code: Apply flake8-simplify to Python
Also flake8-comprehensions which was added to the CI

For flake8-simplify, there are a few false-positives,
e.g. https://github.com/MartinThoma/flake8-simplify/issues/115
2022-03-18 22:29:56 +01:00
Bernard Cooke
62af4c0ab2 Correct looping/breaking in number of missions dialogue 2022-01-14 08:47:21 +00:00
Bernard Cooke
f29fa1792c Tidy logic with inline conditionals for clarity 2022-01-14 01:53:41 +00:00
Bernard Cooke
11ffe9cf90 Tidy up 'Another mission?' message 2022-01-14 01:31:27 +00:00
Bernard Cooke
cf55a5f637 12. Port Bombs Away to Python 2022-01-14 01:28:30 +00:00
Chris Reuter
d26dbf036a Removed spaces from top-level directory names.
Spaces tend to cause annoyances in a Unix-style shell environment.
This change fixes that.
2021-11-21 18:30:21 -05:00