Commit Graph

1814 Commits

Author SHA1 Message Date
AnthonyMichaelTDM 44987651bd added more features to the todo list maker
added ability to print only select languages if they choose language first formatting
2022-03-09 13:18:24 -08:00
Jeff Atwood 386d421dc3 Merge pull request #616 from AnthonyMichaelTDM/markdown-todo-list
Added a todo-list maker to 00_Utilities coded in rust
2022-03-08 10:32:55 -06:00
AnthonyMichaelTDM bcd7e0fbe4 Merge branch 'markdown-todo-list' of https://github.com/AnthonyMichaelTDM/basic-computer-games into markdown-todo-list 2022-03-07 21:28:12 -08:00
AnthonyMichaelTDM b04b6cdd18 markdown formatting added 2022-03-07 21:26:45 -08:00
AnthonyMichaelTDM 3ffc01b579 markdown formatting added 2022-03-07 21:23:24 -08:00
AnthonyMichaelTDM 537f7805bc todo list maker new format added 2022-03-07 21:18:56 -08:00
AnthonyMichaelTDM 980445f5c0 todo-list maker finished 2022-03-07 20:47:50 -08:00
Jeff Atwood accac5cc8f Merge pull request #615 from MartinThoma/type-annotations
MAINT: Add type annotations / use functions
2022-03-07 16:23:25 -06:00
AnthonyMichaelTDM af07a5fe1d start making todo list thing 2022-03-07 13:30:29 -08:00
Martin Thoma 8cf8bab742 MAINT: Add type annotations / use functions 2022-03-07 22:00:41 +01:00
Jeff Atwood 528df5215e Merge pull request #614 from socantre/main
Lua '01_Acey_Ducey' port
2022-03-07 11:59:35 -06:00
Jeff Atwood 73e0df5b76 Merge pull request #593 from AnthonyMichaelTDM/rust-port-amazing
Rust port of 02_Amazing
2022-03-07 11:59:16 -06:00
Jeff Atwood ac9dc5dd02 Merge pull request #612 from AnthonyMichaelTDM/rust-port-66_Mastermind
Rust port 60_mastermind
2022-03-07 11:53:21 -06:00
Jeff Atwood ff362367cb Merge pull request #613 from AnthonyMichaelTDM/fix-logic-error-in-60_mastermind
fix for potential logic error in 60_Mastermind
2022-03-07 11:21:25 -06:00
Jeff Atwood b861810851 Merge pull request #610 from austinwhite/perl_batnum_termination_logic
perl '08_Batnum' - add termination logic
2022-03-07 11:16:51 -06:00
Anthony Rubick 399297b9ba Merge branch 'coding-horror:main' into rust-port-amazing 2022-03-07 09:17:35 +00:00
Seth Cantrell 31a78b24e8 Lua '01_Acey_Ducey' port 2022-03-07 04:13:38 -05:00
Anthony Rubick 65a5d5987c Merge branch 'main' into fix-logic-error-in-60_mastermind 2022-03-07 09:04:07 +00:00
AnthonyMichaelTDM 98f47dfa44 fix for potential logic error
should fix the conflict
2022-03-07 01:02:09 -08:00
AnthonyMichaelTDM 79e53c293b while we're at it, fix the javascript port not showed guess results too 2022-03-07 00:58:30 -08:00
AnthonyMichaelTDM eaff44a86a fix for potential logic error 2022-03-07 00:35:18 -08:00
AnthonyMichaelTDM 84555d2ac8 finished rust port of 66_mastermind 2022-03-07 00:13:59 -08:00
Austin White d72858ae72 add termination logic 2022-03-07 00:13:01 -07:00
AnthonyMichaelTDM 2291f074d3 rust port of 66_mastermind started
human as code breaker part done
2022-03-06 20:59:29 -08:00
Jeff Atwood 0003d86a46 Merge pull request #608 from austinwhite/perl_batnum
Perl '08_Batnum' Port
2022-03-06 12:17:10 -06:00
Jeff Atwood ffaac15be2 Merge pull request #609 from MartinThoma/blackjack-python
Python version of Blackjack
2022-03-06 11:55:42 -06:00
Martin Thoma 74bccfc593 Make mypy --strict happy 2022-03-06 14:45:27 +01:00
Martin Thoma e921aa95a3 Remove unnecessary code / comment 2022-03-06 13:43:22 +01:00
Martin Thoma 5040aaf2a9 Python version of Blackjack 2022-03-06 13:34:32 +01:00
Austin White d994734902 update README 2022-03-06 02:49:14 -07:00
Austin White de14f133e1 fix edge case: comptuer picks all remaining items 2022-03-06 02:36:27 -07:00
Austin White f3b5f54de7 documentation 2022-03-06 02:29:54 -07:00
Austin White 4b675ebb3b perl batnum 2022-03-06 01:59:46 -07:00
Austin White 4d87b90012 perl batnum 2022-03-06 00:17:00 -07:00
Jeff Atwood 809553e563 Merge pull request #607 from AnthonyMichaelTDM/rust-port-66_Number
rust port of 66_Number
2022-03-05 23:32:46 -06:00
AnthonyMichaelTDM 9480cf199e rust port of 66_Number 2022-03-05 20:36:28 -08:00
Jeff Atwood 7b72a6a75d Merge pull request #603 from MartinThoma/apply-pre-commit
MAINT: Apply pre-commit
2022-03-05 14:30:55 -06:00
Jeff Atwood 2a54b02f30 Merge pull request #605 from pdagosta/main
Implementation of C# Checkers
2022-03-05 14:24:30 -06:00
Jeff Atwood 21c4ceb34d Merge pull request #604 from Rohit2Lohia/patch-1
Added missing break statement
2022-03-05 14:16:05 -06:00
pdagosta e236026e10 comment change 2022-03-05 11:10:14 -06:00
pdagosta 95fa8e7da3 working version 2022-03-05 11:07:45 -06:00
Rohit Lohia 4bf0c62267 Added missing break statement
The break statement would prevent infinite loop when player choose 'o' or 'O'
2022-03-05 20:29:33 +05:30
Martin Thoma e64fb6795c MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
2022-03-05 09:29:23 +01:00
pdagosta 1e802915e5 initial compilable version 2022-03-05 02:24:44 -06:00
Jeff Atwood f5e33ae38f Merge pull request #601 from MartinThoma/python-formatter-black
Apply black to the 00_Utilities/markdown_todo.py
2022-03-04 18:06:33 -06:00
Jeff Atwood dd548665d5 Merge pull request #602 from glv/main
ruby version of 92_Trap
2022-03-04 17:32:31 -06:00
Glenn Vanderburg a55db2e7d9 rearrange conditions to simplify them 2022-03-04 17:24:12 -06:00
Glenn Vanderburg 6f226d59d4 tiny punctuation fix 2022-03-04 17:15:40 -06:00
Glenn Vanderburg 84f3022875 fix spelling mistake 2022-03-04 17:14:22 -06:00
Glenn Vanderburg 0cb7cc9046 reorder methods 2022-03-04 17:10:18 -06:00