Commit Graph

1196 Commits

Author SHA1 Message Date
zoot661 c9f9f9bcdd Create Program.cs
Add initial implementation

Working version but requires commenting and maybe some better error handling
2022-01-07 21:40:42 +00:00
Jeff Atwood 474218e29f Merge pull request #449 from havoclad/main
Apply Both damage correctly
2022-01-07 12:14:32 -08:00
Pat Ludwig d587fd91e3 Merge branch 'coding-horror:main' into main 2022-01-07 14:05:34 -06:00
Pat Ludwig ae903a3b62 Apply Both damage correctly
Choices 2 and 3 should both have missile damage applied.
2022-01-07 14:03:15 -06:00
Jeff Atwood a952978d60 Merge pull request #448 from trwyant/80_Slots_ported_by_trw
Port 88_Slots to Perl.
2022-01-07 11:50:49 -08:00
Tom Wyant 1dbd270455 Port 88_Slots to Perl.
I have made a change in the payout table versus the BASIC, since I
presume the failure to pay a double on LEMON CHERRY LEMON is a bug. See
the documentation in the module for why.
2022-01-07 14:42:32 -05:00
Jeff Atwood f78ce2506e Merge pull request #447 from polettix/04-awari-perl
Update AI for Awari in Perl
2022-01-07 09:54:42 -08:00
Flavio Poletti 96ef262866 Update AI for Awari 2022-01-07 18:52:08 +01:00
Jeff Atwood d8947579c7 Merge pull request #446 from jcoehoorn/patch-1
Create program.vb
2022-01-07 08:20:10 -08:00
Jeff Atwood bbc5167ca6 Merge pull request #442 from ribtips/main
89_TicTacToe in Perl
2022-01-07 08:19:31 -08:00
Jeff Atwood a0f6a2ab66 Merge pull request #444 from trwyant/81_Splat_ported_by_trw
Port of 81_Splat to Perl.
2022-01-07 08:19:11 -08:00
Jeff Atwood 00041d0ed9 Merge pull request #445 from pcholt/main
JVM build scripts
2022-01-07 08:18:46 -08:00
Jeff Atwood 2ace2d41c1 Merge pull request #443 from polettix/12-bombsaway-perl
Commented and fixed code
2022-01-07 08:14:47 -08:00
jcoehoorn e8c2638b98 Create program.vb 2022-01-07 09:59:29 -06:00
RibTips 501deb035c Fixed game termination bug
Fixed issue where the game wouldn't terminate properly if the computer goes first.
2022-01-07 10:59:03 -05:00
Tom Wyant 016ad4f825 Clean up dead code left over from cut-and-paste development. 2022-01-07 10:49:49 -05:00
Paul Holt 44490c61c8 Merge remote-tracking branch 'origin/main' into main 2022-01-08 02:29:18 +11:00
Paul Holt e666dcfbdc Delete old and experimental code 2022-01-08 02:28:48 +11:00
Paul Holt 9f1b12d61c Delete old and experimental code 2022-01-08 02:26:18 +11:00
Paul Holt a7f05d1501 README.md 2022-01-08 02:15:40 +11:00
Paul Holt 4240e7800b Merge remote-tracking branch 'origin/main' into main 2022-01-08 01:58:39 +11:00
Paul Holt a1bc1b4fd9 oops revert renaming TicTacToe2 2022-01-08 01:57:12 +11:00
Paul Holt 134d4b9d0f Merge branch 'coding-horror:main' into main 2022-01-08 01:49:00 +11:00
Paul Holt d7b8976a20 All games now have the correct gameMain defined in gradle.properties 2022-01-08 01:45:49 +11:00
Paul Holt b473fffc4a formatted version of battle.bas 2022-01-08 00:44:18 +11:00
Tom Wyant 74326a5c08 Port of 81_Splat to Perl.
Pretty much a straight port -- just straightened out the spaghetti in
the original BASIC.
2022-01-07 07:07:33 -05:00
Flavio Poletti 1348086a12 Commented and fixed code 2022-01-07 09:39:02 +01:00
RibTips 8c8a00df0f 89_TicTacToe2 in perl 2022-01-07 02:58:35 -05:00
RibTips 6dda7ce25a 89_TicTacToe in perl 2022-01-07 02:46:39 -05:00
Jeff Atwood a75c251f56 Merge pull request #441 from havoclad/main
Fix enemy fire
2022-01-06 20:19:07 -08:00
Pat Ludwig f10cc5cddd Merge branch 'coding-horror:main' into main 2022-01-06 22:11:27 -06:00
Pat Ludwig 03a18e473a Fix enemy fire
Choice 3, both should apply both $double_fire and $hit_rate
2022-01-06 22:09:04 -06:00
Jeff Atwood 950cf923ac Merge pull request #440 from manminusone/62_Mugwump
Mugwump implementation in Perl
2022-01-06 19:40:04 -08:00
Jeff Atwood 15c73431e0 Merge pull request #439 from havoclad/main
Fix misspelling
2022-01-06 19:28:14 -08:00
Jeff Atwood b9419e92dd Merge pull request #438 from polettix/12-bombsaway-perl
Add 12_Bombs_Away in Perl
2022-01-06 19:27:36 -08:00
James Allenspach dbc02ecf61 typo 2022-01-06 20:25:06 -06:00
James Allenspach c235806957 Initial commit 2022-01-06 20:23:53 -06:00
Pat Ludwig 5b0d5e1221 Fix misspelling
General code cleanup, including
* Address code indendation
* Condense print statments
* Add spaces before = signs
* Add spaces around operators
* Simplify a few things
* Use full variable names instead of single letters
2022-01-06 20:14:39 -06:00
Flavio Poletti dd7def55f3 Add 12_Bombs_Away in Perl 2022-01-07 03:11:52 +01:00
Jeff Atwood 03849b3f72 Merge pull request #437 from havoclad/main
Fix issues with spacing in intro section
2022-01-06 15:34:36 -08:00
Pat Ludwig 168a8fccae Merge branch 'coding-horror:main' into main 2022-01-06 17:19:42 -06:00
Pat Ludwig d2bf2e2e3b Fix issues with spacing in intro section
And bug with justification of the first two lines
2022-01-06 17:17:39 -06:00
Jeff Atwood 11ec204970 Merge pull request #436 from LittleTealeaf/30_Cube_Java
30 Cube in Java
2022-01-06 13:44:19 -08:00
Thomas Kwashnak d2495a55aa Added Comments 2022-01-06 16:12:04 -05:00
Thomas Kwashnak fe6cb06d6f Added Comments 2022-01-06 16:11:12 -05:00
Thomas Kwashnak 28b94b5567 Game now works 2022-01-06 16:04:03 -05:00
Thomas Kwashnak 33dbe7e92d Started work on the play cycle 2022-01-06 15:35:24 -05:00
Jeff Atwood cbd17519df Merge pull request #435 from polettix/04-awari-perl
Add Perl for 04_Awari
2022-01-06 11:43:45 -08:00
Jeff Atwood 6a52ecb0c9 Merge pull request #434 from LittleTealeaf/48_High_IQ_Java
48 High IQ in Java
2022-01-06 11:43:21 -08:00
Flavio Poletti 4d88281a17 Add Perl for 04_Awari 2022-01-06 20:37:25 +01:00