marijnz0r
|
711fca294d
|
Add csharp version of 40_Gunner
|
2022-01-03 12:51:38 +01:00 |
|
Jeff Atwood
|
9e229533c3
|
Merge pull request #368 from havoclad/main
Adjust spacing to match original
|
2022-01-02 16:51:16 -08:00 |
|
Pat Ludwig
|
c9b92d5720
|
Merge branch 'coding-horror:main' into main
|
2022-01-02 18:34:30 -06:00 |
|
Pat Ludwig
|
436f904abf
|
Adjust spacing to match original
Various minor tweaks
|
2022-01-02 18:31:50 -06:00 |
|
Jeff Atwood
|
5774eb74e7
|
Merge pull request #366 from patimen/main
Add Kotlin version of Animal
|
2022-01-02 16:28:32 -08:00 |
|
John Long
|
48522ba27d
|
Add Kotlin version of Animal
Animal fascinated me as a kid. I wrote a version in Modula-2 for a Junior High School project. Didn't realize at the time I was studying binary trees.
|
2022-01-02 16:26:35 -08:00 |
|
Jeff Atwood
|
1399eee7ee
|
Merge pull request #364 from joshgrib/main
Move folder for consistency
|
2022-01-02 15:55:28 -08:00 |
|
Jeff Atwood
|
9c7c29714f
|
Merge pull request #363 from veelo/typo
Fix minor typo in Basic source of Acey-Ducey.
|
2022-01-02 15:55:12 -08:00 |
|
Josh Gribbon
|
b3b460779e
|
Move folder for consistency
|
2022-01-02 18:50:20 -05:00 |
|
Bastiaan Veelo
|
e8ec059b49
|
Fix minor typo in Basic source of Acey-Ducey.
As compared to the printed version.
|
2022-01-03 00:28:24 +01:00 |
|
Jeff Atwood
|
11e747e3bf
|
Merge pull request #362 from ribtips/main
MathDice in perl
|
2022-01-02 15:26:34 -08:00 |
|
RibTips
|
1c6984aa69
|
MathDice in perl
A version of MathDice written in perl
|
2022-01-02 18:19:53 -05:00 |
|
Jeff Atwood
|
4e3cf95b9d
|
Merge pull request #361 from havoclad/main
82_Stars perl implementation
|
2022-01-02 14:56:57 -08:00 |
|
Pat Ludwig
|
b653aabc8d
|
Merge branch 'coding-horror:main' into main
|
2022-01-02 16:44:09 -06:00 |
|
Pat Ludwig
|
ede6acee55
|
82_Stars perl implementation
|
2022-01-02 16:41:07 -06:00 |
|
Jeff Atwood
|
c472c449cb
|
Merge pull request #360 from trwyant/94_war_ported_by_trw
Port War to Perl.
|
2022-01-02 14:19:30 -08:00 |
|
Tom Wyant
|
f7231859ec
|
Port War to Perl.
|
2022-01-02 16:42:32 -05:00 |
|
Jeff Atwood
|
0751bfad0f
|
Merge pull request #359 from ahardin13/ahardin13/slots-csharp
80_SLOTS csharp - Created C# slots.csx
|
2022-01-02 13:01:05 -08:00 |
|
Andy Hardin
|
ee610c730d
|
Added newline
|
2022-01-02 15:57:59 -05:00 |
|
Andy Hardin
|
edefbcea44
|
Created C# slots.csx
|
2022-01-02 15:55:47 -05:00 |
|
Jeff Atwood
|
1625df8880
|
Merge pull request #358 from havoclad/main
Add 85_Synonym perl version
|
2022-01-02 11:41:14 -08:00 |
|
Pat Ludwig
|
e0500a1414
|
Merge branch 'coding-horror:main' into main
|
2022-01-02 13:40:42 -06:00 |
|
Pat Ludwig
|
d2dc09591d
|
Add 85_Synonym perl version
Uses List::Util to handle all of the array manipulation
which is standard in the perl core.
|
2022-01-02 13:38:49 -06:00 |
|
Jeff Atwood
|
c7457a5ef3
|
Merge pull request #357 from mvanwinkle/31_Depth_Charge_ruby
31_Depth_Charge/ruby
|
2022-01-02 11:33:52 -08:00 |
|
Jeff Atwood
|
e52a6ddcec
|
Merge pull request #356 from ersen0/hello-perl
Add Perl version of 45_Hello
|
2022-01-02 11:28:26 -08:00 |
|
Martin VanWinkle III
|
412dc556d6
|
31_Depth_Charge/ruby
|
2022-01-02 14:19:09 -05:00 |
|
Jeff Atwood
|
b4f5a16ef9
|
Merge pull request #355 from Anachostic/main
VB.NET version of Acey-Ducey
|
2022-01-02 11:05:35 -08:00 |
|
Jeff Atwood
|
b63c7b5bd9
|
Merge pull request #354 from ericries/main
added a beter pretty print for each tower. helped my 7yo visualize wh…
|
2022-01-02 11:05:16 -08:00 |
|
Jeff Atwood
|
6fa3a3411d
|
Merge pull request #353 from heemskerkerik/cs-awari
C# version of 04_Awari
|
2022-01-02 11:05:00 -08:00 |
|
Jeff Atwood
|
3aba0eec7e
|
Merge pull request #352 from trwyant/ported_by_trw
Perl port of 96_Word.
|
2022-01-02 11:04:41 -08:00 |
|
Oğuz Ersen
|
50fb79af84
|
Add Perl version of 45_Hello
|
2022-01-02 19:03:03 +00:00 |
|
Anachostic
|
b2f04257cc
|
VB.NET version of Acey-Ducey
|
2022-01-02 14:00:05 -05:00 |
|
eries2
|
6fcff28bcc
|
added a beter pretty print for each tower. helped my 7yo visualize what was going on
|
2022-01-02 10:50:22 -08:00 |
|
Erik Heemskerk
|
0843025ea8
|
Add C# version of Awari
|
2022-01-02 19:44:06 +01:00 |
|
Tom Wyant
|
49a342e2bf
|
Perl port of 96_Word.
|
2022-01-02 13:30:14 -05:00 |
|
Jeff Atwood
|
d02938cd91
|
Merge pull request #351 from torifat/fix-acey-ducey-ruby-bug
Fix duplicate card bug
|
2022-01-02 09:58:50 -08:00 |
|
Jeff Atwood
|
331584f9d1
|
Merge pull request #350 from manminusone/05-bagels
Perl version of Bagels
|
2022-01-02 09:58:15 -08:00 |
|
Jeff Atwood
|
494c3fbe80
|
Merge pull request #342 from havoclad/main
Don't give away the answer
|
2022-01-02 09:57:55 -08:00 |
|
Jeff Atwood
|
3ff8fd0647
|
Merge pull request #349 from janjitse/36_flipflop_python
Implement FlipFlop in Python
|
2022-01-02 09:56:45 -08:00 |
|
Jeff Atwood
|
8c5441a1af
|
Merge pull request #348 from aviyam/main
AceyDucey in python, OO implementation.
|
2022-01-02 09:56:17 -08:00 |
|
Jeff Atwood
|
c086ed5519
|
Merge pull request #344 from brox/main
Added Python 3 version of 29, craps.
|
2022-01-02 09:54:49 -08:00 |
|
Jeff Atwood
|
d7e6b2bb36
|
Merge pull request #345 from pczajkowski/main
22_Change in C#
|
2022-01-02 09:54:21 -08:00 |
|
Jeff Atwood
|
443c7ecbb5
|
Merge pull request #347 from mattbloke99/main
Train game with tests
|
2022-01-02 09:53:59 -08:00 |
|
Rifat Nabi
|
ad170ac3c2
|
Fix duplicate card bug
|
2022-01-03 03:26:45 +11:00 |
|
James Allenspach
|
e37cad9ae3
|
Modified comment
|
2022-01-02 10:18:35 -06:00 |
|
James Allenspach
|
7605116b06
|
Initial commit
|
2022-01-02 10:14:23 -06:00 |
|
Jan Jitse
|
72874ef47f
|
Implement FlipFlop in Python
|
2022-01-02 16:33:13 +01:00 |
|
aviyam
|
daea544c5f
|
AceyDucey in python, OO implementation.
More verbose then original game with a 'what would have happened' addition.
|
2022-01-02 17:14:56 +02:00 |
|
mattbloke99
|
83458c428e
|
Train game with tests
|
2022-01-02 14:21:30 +00:00 |
|
Piotr Czajkowski
|
b27ee11d00
|
Input closer to original
|
2022-01-02 14:50:51 +01:00 |
|