Jeff Atwood
6f3d4bd78b
Merge pull request #375 from LukasMurdock/update-readme
...
Update game readme
2022-01-03 07:20:28 -08:00
Jeff Atwood
ccd45cf457
Merge pull request #378 from trwyant/90_Tower_ported_by_trw
...
Add Perl port of 90_Tower (Tower of Hanoi)
2022-01-03 07:19:22 -08:00
Jeff Atwood
6414d82709
Merge pull request #377 from aviyam/main
...
Fixes
2022-01-03 07:18:46 -08:00
Luminoso-256
25dcb2a325
add C# port of 21_calendar
2022-01-03 08:31:32 -06:00
marijnz0r
711fca294d
Add csharp version of 40_Gunner
2022-01-03 12:51:38 +01:00
LukasMurdock
e9ce521016
save 3-D tic-tac-toe
2022-01-03 06:49:10 -05:00
Tom Wyant
708155978c
Add Perl port of 90_Tower (Tower of Hanoi)
2022-01-03 06:23:44 -05:00
aviyam
5e8b3b2ad2
Fixed 2 issues:
...
1. Behavior of game play. New cards should be dealt every round.
2. As a result of 1, check that we have at least 3 cards for next round.
2022-01-03 12:42:36 +02:00
LukasMurdock
87613662a8
typo, misspelled Geoffrey
2022-01-03 02:26:52 -05:00
LukasMurdock
7f2f34709a
typo, left out y in originally
2022-01-03 02:23:34 -05:00
LukasMurdock
76c5e1e995
add 17-96
2022-01-03 02:13:21 -05:00
John Long
bd6c6ead8d
Add Kotlin to War
2022-01-02 23:02:01 -08:00
Toby Donaldson
3fd1d6b0af
added evenwins.py
2022-01-02 22:57:42 -08:00
Josh Gribbon
e2d2cfcc84
Add script to find missing implementations
2022-01-02 20:55:24 -05:00
Alaa Sarhan
2cbff8c1fe
Merge branch 'main' of github.com:AlaaSarhan/basic-computer-games
2022-01-03 02:16:16 +01:00
Alaa Sarhan
807d6e5bf5
fix missing parameters
2022-01-03 02:15:59 +01:00
Alaa Sarhan
3f42a1b4d6
add newline eof
2022-01-03 02:06:08 +01:00
Alaa Sarhan
ba0de8ca91
Merge branch 'coding-horror:main' into main
2022-01-03 02:05:38 +01:00
Alaa Sarhan
d644692912
implement the 13th game - Bounce in ruby
2022-01-03 02:04:42 +01:00
Chris Aitchison
6d2b083aad
Merge branch 'coding-horror:main' into rock-scissors-paper-ruby
2022-01-03 11:59:04 +11:00
Chris Aitchison
90b0abe4c6
Add Ruby implementation of Rock Scissors Paper
2022-01-03 11:52:17 +11: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
LukasMurdock
7e3304c907
add 1-16
...
16:Bug
“If you elect to see all the pictures, this program has the ability of consuming well over six feet of terminal paper per run. We can only suggest recycling the paper by using the other side.”
2022-01-02 19:06:19 -05: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