Jeff Atwood
|
48e9fb9ac5
|
Merge pull request #675 from coding-horror/py-boxing-refactoring
Boxing (Python): Split configuration from logic
|
2022-03-24 15:33:31 -05:00 |
|
Jeff Atwood
|
9577b9c58f
|
Update README.md
|
2022-03-24 12:32:57 -07:00 |
|
Jeff Atwood
|
6ed7199466
|
add link to runnable version of BASIC games in the browser
|
2022-03-24 12:32:35 -07:00 |
|
Jeff Atwood
|
46e3dffcf6
|
Merge pull request #679 from taciano-perez/update_superstartrek_java
updated implementation with proper OO design, provided link to video
|
2022-03-24 13:02:24 -05:00 |
|
Taciano Dreckmann Perez
|
176e2ffb32
|
updated implementation with proper OO design, provided link to video
|
2022-03-24 18:58:47 +01:00 |
|
Jeff Atwood
|
ff525147be
|
Merge pull request #676 from coding-horror/py-bug
Bug (Python): Refactoring
|
2022-03-24 12:12:59 -05:00 |
|
Jeff Atwood
|
b9996c822d
|
Merge pull request #678 from coding-horror/py-checkers
Checkers (Python): Check if field has valid moves
|
2022-03-24 12:12:30 -05:00 |
|
Martin Thoma
|
eb3127f589
|
Checkers (Python): Check if field has valid moves
Introduces a new error message:
({start_x}, {start_y}) has no legal moves. Choose again.
Closes #677
Additionally, add type annotations
|
2022-03-24 14:44:23 +01:00 |
|
Martin Thoma
|
6c32aea48f
|
Bug (Python): Refactoring
- Rename files to follow PEP8 convention / make them testable
- Add type annotations
- Fix Flake8 issues
- Variable naming
- Add unit test
|
2022-03-24 12:37:59 +01:00 |
|
Martin Thoma
|
3d929fb9ab
|
Boxing (Python): Rename methods for clarity
|
2022-03-23 21:36:24 +01:00 |
|
Martin Thoma
|
7e7e0b1a0c
|
Boxing (Python): Move configuration to JSON files
|
2022-03-23 21:32:36 +01:00 |
|
Jeff Atwood
|
266d3b9384
|
Merge pull request #674 from coding-horror/py-test-3
Python: Add tests for bounce and bowling
|
2022-03-23 13:58:09 -05:00 |
|
Martin Thoma
|
5de839726e
|
Python: Add tests for bounce and bowling
|
2022-03-23 18:44:52 +01:00 |
|
Martin Thoma
|
b074548e42
|
BUG: Fix best in Python boxing
|
2022-03-23 12:26:07 +01:00 |
|
Martin Thoma
|
5de6c7dc16
|
Boxing (Python): Split configuration from logic
|
2022-03-23 12:20:06 +01:00 |
|
Jeff Atwood
|
5239175fa0
|
Merge pull request #672 from coding-horror/markdown-todo-spaces
STY: Adjust spaces / update Markdown TODO
|
2022-03-22 16:04:55 -05:00 |
|
Jeff Atwood
|
ed20eeacd6
|
Merge pull request #671 from coding-horror/py-test-2
Python: Add test for 9 / 10 / 11 / 12
|
2022-03-22 15:58:51 -05:00 |
|
Jeff Atwood
|
a7965305ff
|
Merge pull request #673 from drewjcooper/rework-with-common-lib
Rework with common lib
|
2022-03-22 15:57:46 -05:00 |
|
Martin Thoma
|
4c53d25885
|
STY: Adjust spaces / update Markdown TODO
|
2022-03-22 21:37:36 +01:00 |
|
Martin Thoma
|
2acee70bf0
|
Python: Add test for 9 / 10 / 11 / 12
|
2022-03-22 21:26:52 +01:00 |
|
Jeff Atwood
|
49ac378023
|
Merge pull request #525 from skill-collectors/blackjack-java
Blackjack in Java
|
2022-03-22 13:54:30 -05:00 |
|
Jeff Atwood
|
0696359279
|
Merge pull request #669 from serranojl/main
ruby version for Pizza game
|
2022-03-22 12:22:52 -05:00 |
|
Jeff Atwood
|
8875afce4e
|
Merge pull request #670 from coding-horror/python-tests
Python: Add tests and type annotations
|
2022-03-22 12:17:59 -05:00 |
|
Martin Thoma
|
fe6aae07f4
|
Python: Add tests and type annotations
|
2022-03-22 11:58:30 +01:00 |
|
John Lloyd Serrano
|
e8065e6d1d
|
ruby version for Pizza game
|
2022-03-22 15:36:54 +08:00 |
|
Andrew Cooper
|
db2b33f6ca
|
Use common library in SuperStarTrek
|
2022-03-22 17:55:44 +11:00 |
|
Jeff Atwood
|
1dfdbf271f
|
Merge pull request #665 from arjieng/basketball-ruby
07_Basketball ruby version
|
2022-03-21 11:59:16 -05:00 |
|
Jeff Atwood
|
d1a27b9fd5
|
Merge pull request #668 from coding-horror/py-amazing
Amazing (Python): Code Cleanup
|
2022-03-21 11:57:57 -05:00 |
|
Martin Thoma
|
9bdb91d2d4
|
Amazing (Python): Code Cleanup
* Make more use of a Maze class
* Create a bigger maze in the test
* Group row/col variables in Position class
* Group direction variables in an Enum
|
2022-03-21 14:32:48 +01:00 |
|
Martin Thoma
|
d7aecc7c66
|
Acey Ducey (Python): Code Cleanup (#667)
|
2022-03-21 11:03:21 +01:00 |
|
Martin Thoma
|
36fc186d2d
|
Python: Add type annotations to all 'print' functions (#662)
* Add test to superstartrek and fixes several issues in superstartrek - I probably introduced them 🙈
* Mastermind type annotations
|
2022-03-21 10:41:14 +01:00 |
|
Martin Thoma
|
dce8248fd6
|
BUG: Reduce false-positives for vbnet (#666)
Closes #664
|
2022-03-21 09:48:27 +01:00 |
|
Argie Bacomo
|
d8102fae7d
|
Basketball ruby version
|
2022-03-21 16:00:06 +08:00 |
|
Jeff Atwood
|
2237a7318d
|
Merge pull request #663 from arjieng/calendar-ruby
Added ruby version calendar
|
2022-03-20 21:44:14 -05:00 |
|
Argie Bacomo
|
0000c1bffb
|
remove extra somethings
|
2022-03-21 10:12:03 +08:00 |
|
Argie Bacomo
|
ae598c2e43
|
Added ruby version calendar
|
2022-03-21 10:06:00 +08:00 |
|
Jeff Atwood
|
c6fa4d5302
|
Merge pull request #656 from AnthonyMichaelTDM/update_languages_of_markdown_todo_rust
updated markdown_todo_rust
|
2022-03-20 15:04:01 -05:00 |
|
Jeff Atwood
|
bcd59488ff
|
Merge pull request #658 from AnthonyMichaelTDM/rust-port-22_Change
rust port of 22_change
|
2022-03-20 13:55:14 -05:00 |
|
Jeff Atwood
|
03d5717c93
|
Merge pull request #659 from roygilliam/Orbit_Work
Initial C# conversion
|
2022-03-20 13:42:20 -05:00 |
|
Jeff Atwood
|
ba707ffa97
|
Merge pull request #660 from MartinThoma/fix-todo-gen
Fix TODO list generation for C#
|
2022-03-20 13:40:24 -05:00 |
|
Martin Thoma
|
6d7a62e3b1
|
Add flake8-implicit-str-concat
|
2022-03-20 19:16:39 +01:00 |
|
Martin Thoma
|
2316195b30
|
Python: Add type annotations
|
2022-03-20 19:16:39 +01:00 |
|
Martin Thoma
|
580bc90f19
|
Make empty box the default
|
2022-03-20 17:36:17 +01:00 |
|
Martin Thoma
|
570be61a9f
|
Update to new languages
|
2022-03-20 15:23:47 +01:00 |
|
Martin Thoma
|
0a67b24e59
|
Fix TODO list generation for C#
|
2022-03-20 12:57:33 +01:00 |
|
Andrew Cooper
|
a098157353
|
Update 82_Stars with common library
|
2022-03-20 17:25:33 +11:00 |
|
roygilliam
|
f033e4f7b9
|
Initial C# conversion
|
2022-03-19 19:12:16 -04:00 |
|
AnthonyMichaelTDM
|
e0d6d80b3d
|
finish rust port of 22_Change
|
2022-03-19 14:20:52 -07:00 |
|
AnthonyMichaelTDM
|
99d662e6e5
|
added another feature
now shows how many games/languages are done for each language/game respectively
|
2022-03-19 11:46:17 -07:00 |
|
AnthonyMichaelTDM
|
9c45657b2e
|
update the included languages
|
2022-03-19 11:28:03 -07:00 |
|