Commit Graph

1338 Commits

Author SHA1 Message Date
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
Thomas Kwashnak
6ae9fbcd36 Initial Commit
Added Instructions, Random mine placement, and the general layout
2022-01-06 14:22:28 -05:00
Thomas Kwashnak
60b84070c9 Added Header 2022-01-06 13:40:28 -05:00
Thomas Kwashnak
110b77fccd Cleanup 2022-01-06 13:35:37 -05:00
Jeff Atwood
3fb17ba4d7 Merge pull request #433 from qequ/main
Added script to write a markdown TODO list of implementations for games
2022-01-06 10:28:49 -08:00
Thomas Kwashnak
3d4f5c685a Added Instructions 2022-01-06 13:22:56 -05:00
Thomas Kwashnak
45345d593d Reformatted Code 2022-01-06 13:16:55 -05:00
Thomas Kwashnak
18016b59ed Typo Fixes 2022-01-06 13:15:48 -05:00
Jeff Atwood
c914df9274 Merge pull request #431 from ribtips/main
11_Bombardment in Perl
2022-01-06 09:28:01 -08:00
Jeff Atwood
d71603cebd Merge pull request #432 from patimen/main
Switch to readln
2022-01-06 09:27:23 -08:00