Commit Graph

1499 Commits

Author SHA1 Message Date
andrew
c074beaf42 pull out input parsing 2022-01-10 19:38:23 +00:00
andrew
420597dbcf First cut java battleships 2022-01-10 19:21:15 +00:00
Jeff Atwood
013bb1f89d Merge pull request #479 from pcholt/main
Remove top-level empty `build.gradle`
2022-01-10 11:09:50 -08:00
Mark Wieder
82a126bce3 initial attempt 2022-01-10 10:18:24 -08:00
Thomas Kwashnak
2dc63bb95a Still unsure about $$
Is the check for the difference? Is it only when the house cannot pay what it owes?
2022-01-10 11:41:02 -05:00
Thomas Kwashnak
0d7f407197 Create roulette.py 2022-01-10 11:31:04 -05:00
Thomas Kwashnak
a40c2fc534 Added replay and ending
I think...
2022-01-10 11:29:50 -05:00
Thomas Kwashnak
c32798aa75 Added bet checking conditions 2022-01-10 11:14:10 -05:00
Thomas Kwashnak
b97f4f5e3e Added querying of bets and randomized roll 2022-01-10 10:44:49 -05:00
Thomas Kwashnak
eaf24739e3 Initial Commit, added instructions 2022-01-10 10:05:28 -05:00
Paul Holt
8b2c72bc21 update README.md 2022-01-11 00:12:21 +11:00
Paul Holt
25c79621a0 Update HOW_TO_RUN_THE_GAMES.md
remove bad formatting
2022-01-11 00:09:09 +11:00
Paul Holt
5d00a092af Building kotlin files.
IntelliJ import instructions.
2022-01-11 00:00:22 +11:00
Jeff Atwood
11ff691efc Merge pull request #478 from veelo/highiq
Add D version of High_IQ (48).
2022-01-09 18:57:06 -08:00
Bastiaan Veelo
e22e1bed26 Add D version of High_IQ (48). 2022-01-10 00:41:58 +01:00
Jeff Atwood
db04dfcb8c Merge pull request #477 from jbrouwer5/basketball_branch
Basketball in Python
2022-01-09 14:22:06 -08:00
Jackson Brouwer
e0b041dfd7 Python version 2022-01-09 15:05:24 -06:00
Jeff Atwood
d0906ac4c5 Merge pull request #476 from jcoehoorn/patch-3
Create program.vb
2022-01-09 12:12:47 -08:00
Jeff Atwood
c6149aff9d Merge pull request #475 from Flow135/Pizza
Add pizza implementation in c#
2022-01-09 12:11:29 -08:00
Jeff Atwood
5a95c51d56 Merge pull request #474 from trwyant/68_Orbit_perl_trw
Port 68_Orbit to Perl.
2022-01-09 12:11:04 -08:00
Jeff Atwood
5c4c5d0e6c Merge pull request #473 from Dean-ZhenYao-Wang/main
93_23_Matches C#
2022-01-09 12:10:42 -08:00
Jeff Atwood
473655f247 Merge pull request #472 from TheScown/04-awari-ruby
04 Awari – Ruby
2022-01-09 12:07:12 -08:00
Jeff Atwood
f47fa12b01 Merge pull request #471 from trwyant/80_Slots_Rev_1_trw
Revise the documentation for 80_Slots/perl
2022-01-09 12:06:27 -08:00
Jeff Atwood
8b08b1dc7f Merge pull request #469 from jnellis/main
An exact match of the original Acey Ducey game using some new features in java after 1.8
2022-01-09 11:50:41 -08:00
Jeff Atwood
265c55ffed Merge pull request #467 from lonmiller/gitignore
added non-source code exclusions to .gitignore
2022-01-09 11:49:50 -08:00
Jeff Atwood
364d1bfaaf Merge pull request #470 from masykur/main
Porting tictactoe1 to C#
2022-01-09 11:36:21 -08:00
jcoehoorn
fbbf0bf622 Create program.vb 2022-01-09 12:37:32 -06:00
Flow
dedca6ac0d Add pizza implementation in c# 2022-01-09 18:51:34 +01:00
Tom Wyant
cc3b941bcb Port 68_Orbit to Perl.
Nothing fancy; just a straight port to idiomatic Perl.
2022-01-09 11:21:48 -05:00
王振耀
d2e2b920f1 93_23_Matches\csharp
The program is available in two versions, a "goto" version that mimics the original program and an "object-oriented" version.
2022-01-09 23:54:29 +08:00
王振耀
3dacdcc878 Ignore program-independent content generated by VisualStudio 2022-01-09 23:51:08 +08:00
Alex Scown
63100a5592 Fix unmatched quotes error 2022-01-09 14:29:39 +00:00
Alex Scown
10a2f535eb Final tidy 2022-01-09 14:21:29 +00:00
Alex Scown
5195ef74c6 Move remaining functions into class 2022-01-09 14:21:29 +00:00
Alex Scown
a0fdf42166 Initial conversion to class 2022-01-09 14:21:29 +00:00
Alex Scown
2fa142a246 Remove k global 2022-01-09 14:21:29 +00:00
Alex Scown
7239ca244e Fix AI
The issue was not resetting the clone array for every
test move.

Clarify some variable names. Shout out to Flavio
Poletti for the comments on the Perl translation.
2022-01-09 14:21:29 +00:00
Alex Scown
d0c124a312 Initial port
Game works, but AI behaves differently to the original.

Need to try and remove the globals.
2022-01-09 14:21:29 +00:00
Tom Wyant
b492671bf0 Revise the documentation for 80_Slots/perl
Add instructions on how to restore the BASIC behavior to
80_Slots/perl/slots.pl

Add the entire description section of the Perl documentation (including
the change I made because I thought the original was a bug, and how to
restore the original behavior) to 80_Slots/perl/README.md
2022-01-09 08:59:40 -05:00
Ahmad Masykur
5bb1bb5c38 Add tictactoe1 in C# 2022-01-09 16:43:31 +07:00
Joseph Nellis
513892322e Update HOW_TO_RUN_THE_GAMES.md
Add notice that you really don't need to compile single java files anymore.
2022-01-09 01:32:41 -08:00
Joe Nellis
00d6881194 Only display player balance if balance isn't zero.
Small formatting change with replay text.
2022-01-09 00:48:55 -08:00
xl-c7b3
f9a884e22a added non-source code exclusions to .gitignore 2022-01-09 02:49:50 -05:00
Joseph Nellis
3f8b5b39a9 Merge branch 'coding-horror:main' into main 2022-01-08 22:13:47 -08:00
Jeff Atwood
3efbb9164c Merge pull request #464 from eweilnau/powershell-acey-ducey
Add link to PowerShell implementation
2022-01-08 21:39:31 -08:00
Jeff Atwood
cfdf8472c1 Merge pull request #462 from yuriylsh/main
Implementing 15_Boxing in C#
2022-01-08 21:39:06 -08:00
Jeff Atwood
e536019a78 Merge pull request #465 from Kanykei-akmatova/PortFlipFlopToCsharp
csharp version  of FlipFlop game
2022-01-08 21:38:37 -08:00
Jeff Atwood
a2b0eeb364 Merge pull request #463 from mwieder/reverse_ruby
implementation of game 73 (Reverse) in ruby
2022-01-08 21:38:01 -08:00
Joseph Nellis
68e278095d Add files via upload 2022-01-08 20:24:12 -08:00
Kanykei Akmatova
52cbd74d19 FlipFlop port to csharp 2022-01-08 21:55:47 -05:00