Commit Graph

1301 Commits

Author SHA1 Message Date
Jeff Atwood 64e26648ba Merge pull request #481 from LittleTealeaf/75_Roulette_Java
75 Roulette in Java
2022-01-11 13:48:43 -08:00
LittleTealeaf 1b8156791e Merge branch '75_Roulette_Java' of https://github.com/LittleTealeaf/basic-computer-games into 75_Roulette_Java 2022-01-11 16:05:20 -05:00
LittleTealeaf 5c3a7e67fa Reverting previous commit 2022-01-11 16:05:16 -05:00
LittleTealeaf 1317d9ee16 Player balance is now deducted on bets 2022-01-11 16:04:44 -05:00
Thomas Kwashnak 5dff785129 Fixed numerical typo 2022-01-11 15:56:31 -05:00
Thomas Kwashnak f43e31fb83 Re-Formatted Code 2022-01-11 14:15:37 -05:00
Thomas Kwashnak 2885acd951 Match Formatting to Original Program 2022-01-11 14:10:42 -05:00
Jeff Atwood ff09feae2a Merge pull request #484 from robmiller/depth-charge-idiomatic-ruby
Depth Charge: use more idiomatic Ruby
2022-01-11 09:55:18 -08:00
Rob Miller 7f14b42c73 Depth Charge: use more idiomatic Ruby
Refactor the Depth Charge game (#31) to use more Ruby idioms, without
changing its structure, method names, etc.
2022-01-11 17:47:53 +00:00
Jeff Atwood 7c8528909e Merge pull request #483 from pcholt/patch-1
Copying Mistale
2022-01-10 17:42:17 -08:00
Paul Holt 5c9443c522 Copying Mistale
forgot to add 'clean' to the targets for the initial build
2022-01-11 11:43:27 +11:00
Thomas Kwashnak 2b247f9d0d Merge branch 'coding-horror:main' into 75_Roulette_Java 2022-01-10 16:10:21 -05:00
Jeff Atwood 74a63fcdad Merge pull request #372 from joshgrib/add-script-to-find-missing-implementations
Add script to find missing implementations
2022-01-10 13:02:13 -08:00
Jeff Atwood 650de10cfe Merge pull request #482 from andrewmcguinness/main
Java implementation of 09_Battle
2022-01-10 12:49:44 -08:00
Josh Gribbon 01fb3bd500 Skip utilities folder 2022-01-10 15:46:51 -05:00
Josh Gribbon 2d2df36749 Fix relative path 2022-01-10 15:44:23 -05:00
Josh Gribbon 00a8bf8983 Move file 2022-01-10 15:42:08 -05:00
Andrew McGuinness 3fcb90cb2c Merge branch 'coding-horror:main' into main 2022-01-10 20:30:20 +00:00
andrew ea5c2cf72d Comment the input class 2022-01-10 20:26:50 +00:00
andrew 0614831f46 Add comments to the sea class 2022-01-10 20:22:14 +00:00
Thomas Kwashnak f7f10d52f3 Formatted "Totals" output
Slowly going through and making output true to the original BASIC code
2022-01-10 15:18:46 -05:00
andrew 49be31b8e2 Add some comments 2022-01-10 20:15:15 +00:00
andrew 8e88e25d6c Classes in own files 2022-01-10 19:46:37 +00:00
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
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 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