Commit Graph

1691 Commits

Author SHA1 Message Date
Taciano Dreckmann Perez 06c8d2be69 added 84_Super_Star_Trek Java port 2022-02-21 21:42:22 +01:00
Jeff Atwood 2166bb13bd Merge pull request #576 from uMetalooper/main
Bug game added
2022-02-20 21:27:47 -06:00
Duc Than f098405d73 Merge branch 'coding-horror:main' into main 2022-02-20 21:43:56 +00:00
uMetalooper e77ca9b983 Bug game added 2022-02-20 21:42:51 +00:00
Jeff Atwood eebe26c640 Merge pull request #574 from uMetalooper/main
Minor update on Python utility on Windows
2022-02-20 13:19:07 -06:00
Jeff Atwood 6c4b87620c Merge pull request #575 from berkersal/main
01 in Rust Further edits
2022-02-20 13:11:16 -06:00
berkersal 294353d793 Format prints to be in groups when printed, fix endgame, handle panics caused by user inputs and print self-explanatory error messages 2022-02-20 16:14:15 +03:00
uMetalooper f305b8cb30 Minor update on Python utility on Windows 2022-02-20 12:39:03 +00:00
Jeff Atwood e10fd59c57 Merge pull request #572 from roygilliam/main
Initial C# conversion
2022-02-19 12:52:47 -06:00
Jeff Atwood 8b71006901 Merge pull request #573 from uMetalooper/main
Gomoko python added
2022-02-19 12:52:08 -06:00
uMetalooper 12f902bdbd Gomoko python 2022-02-19 12:39:43 +00:00
Roy Gilliam cd41d00291 Merge branch 'coding-horror:main' into main 2022-02-18 22:11:44 -05:00
roygilliam 925f5263fe Initial C# conversion 2022-02-18 22:10:49 -05:00
Jeff Atwood fc5947f26b Merge pull request #570 from mur4ik18/main
01_Acey_ducey in rust
2022-02-16 08:22:45 -08:00
Alex Kotov 9b70be8be4 Merge pull request #1 from remimimimimi/main
Refactor code
2022-02-16 16:11:29 +02:00
remimimimi e12ade3656 Refactor code 2022-02-16 17:10:21 +03:00
Alex Kotov d520f15f14 Create README.md 2022-02-16 05:23:37 +02:00
mur4ik18 281bcbf2a2 🚀 01 in rust complete 2022-02-16 05:19:38 +02:00
mur4ik18 28afbb35aa 🚀 half of game complete 2022-02-16 00:52:33 +02:00
mur4ik18 a97e36e4e3 🚀 Ace game in rust started 2022-02-15 23:17:17 +02:00
mur4ik18 605a807672 📝 updated .gitignore for rust 2022-02-15 23:04:10 +02:00
Jeff Atwood f0f920c0d8 Merge pull request #569 from epeastwood/csharp-letter
54_Letter - added csharp
2022-02-14 13:34:11 -08:00
Peter Eastwood a54369c677 54_Letter - added csharp 2022-02-14 19:29:37 +00:00
Jeff Atwood d231336da4 Merge pull request #568 from mur4ik18/main
Adding first game in rust
2022-02-14 09:33:56 -08:00
Alex Kotov b79200166e Update main.rs 2022-02-14 19:27:44 +02:00
Alex Kotov 971e75d066 Update README.md 2022-02-14 19:24:34 +02:00
mur4ik18 7ab91a0e9b 🚀 41_guess add rust 2022-02-14 19:22:51 +02:00
Jeff Atwood 9dfa74094c Merge pull request #567 from roygilliam/main
Conversion of Slalom in to C#
2022-02-13 17:08:27 -08:00
Roy Gilliam e48ab7949d Merge branch 'coding-horror:main' into main 2022-02-13 16:48:01 -05:00
roygilliam b5be39ebee Initial C# conversion 2022-02-13 16:46:49 -05:00
Jeff Atwood d5c9fed804 Merge pull request #566 from BuckyMHz/find-unimplemented
Node app to find unimplemented games by language
2022-02-11 18:48:11 -08:00
Paul Sobolik c542abf3df Node app to find unimplemented games by language 2022-02-11 19:58:03 -05:00
Jeff Atwood 3cb13d2564 Merge pull request #565 from ribtips/main
modified the AI logic to make it a bit more difficult to win based on tic-tac-toe game theory
2022-02-11 10:14:27 -08:00
ribtips b59eba3534 modified the AI logic to make it a bit more difficult 2022-02-11 12:12:02 -05:00
Jeff Atwood 0d3dbcff87 Merge pull request #563 from stephancom/54-letter-ruby
54-Letter: ruby
2022-02-09 10:36:18 -08:00
stephan.com 72864de3a8 54-Letter: ruby 2022-02-08 21:49:00 -08:00
Jeff Atwood aaa81dac83 Merge pull request #562 from stephancom/52-kinema-ruby
52-Kinema: ruby
2022-02-08 21:08:06 -08:00
stephan.com ba9ca01206 52-Kinema: ruby 2022-02-08 21:06:43 -08:00
Jeff Atwood 0af6cd7a6b Merge pull request #561 from stephancom/cleanup-vestigal-folder
remove extra folder
2022-02-08 17:52:53 -08:00
stephan.com f0c869037a remove extra folder
there appear to be two Russian Roulette folders in the repo, one with spaces and the other with dashes.  The one with spaces contains nothing but a perl implementation, which is identical to the one in `76_Russian_Roulette/perl/russianroulette.pl`
2022-02-08 17:13:08 -08:00
Jeff Atwood b2f6d2d829 Merge pull request #560 from stephancom/06-banner-ruby
06-Banner: ruby
2022-02-08 09:10:18 -08:00
stephan.com b36966b235 06-Banner: ruby 2022-02-08 04:19:36 -08:00
Jeff Atwood 389f42f34c Merge pull request #559 from stevebosman/94_War
94 war case insensitive input
2022-02-07 13:29:17 -08:00
Steve Bosman 0b89464f6a Merge branch 'coding-horror:main' into 94_War 2022-02-07 21:24:51 +00:00
Steve Bosman 5f3aadd2b3 94 War - allow case insensitive input 2022-02-07 21:24:07 +00:00
Jeff Atwood c669343310 Merge pull request #558 from stephancom/94-war-ruby
94_war: ruby
2022-02-07 08:48:10 -08:00
stephan.com 00235289d0 94_war: ruby 2022-02-07 01:48:24 -08:00
Jeff Atwood e99d67787e Merge pull request #556 from stevebosman/main
95 Weekday - broke code into classes and functions with named variables and comments
2022-02-06 17:20:29 -08:00
Jeff Atwood 80a08da9cb Merge pull request #557 from roygilliam/main
Initial conversion to C#
2022-02-06 17:19:53 -08:00
roygilliam ea190fda33 Initial conversion to C# 2022-02-06 19:30:59 -05:00