Commit Graph

761 Commits

Author SHA1 Message Date
rbamforth
d2fca70f59 Added missing bit of UI.
Fixed final bugs.
2021-04-18 22:28:22 +01:00
rbamforth
34477f2854 Merge branch 'main' of https://github.com/coding-horror/basic-computer-games 2021-04-18 22:21:37 +01:00
Jeff Atwood
8736cc0531 Merge pull request #279 from darrencardenas/main
Ported Banner to Java.
2021-04-18 13:27:10 -07:00
Jeff Atwood
8a8972ce8c Merge pull request #278 from aldrinm/main
Ported 44 Hangman to Java
2021-04-18 13:26:47 -07:00
rbamforth
e9c4e7a7b7 Merge branch 'main' of https://github.com/coding-horror/basic-computer-games 2021-04-18 21:19:22 +01:00
Darren Cardenas
860ecbf758 Ported Banner to Java. 2021-04-18 15:43:04 -04:00
Aldrin Misquitta
0cb8c6869b Ported 44 Hangman to Java 2021-04-17 21:14:01 +04:00
Jeff Atwood
b536b8d8b8 Merge pull request #277 from drewjcooper/84-super-star-trek-csharp
84 super star trek csharp
2021-04-15 15:05:47 -07:00
Andrew Cooper
ca193eeda0 Fix display of Docked status 2021-04-15 23:02:40 +10:00
Andrew Cooper
aca1af81d7 Fix error when navigating out of bounds 2021-04-15 23:00:36 +10:00
Andrew Cooper
9a7f6c4d2b Fix "Shields dropped..." text spacing 2021-04-15 22:29:39 +10:00
Andrew Cooper
cb25c25e26 Fix display of quadrant after move 2021-04-15 22:24:11 +10:00
Andrew Cooper
94b6a23617 Fix "Now entering ..." text spacing 2021-04-15 22:04:49 +10:00
Andrew Cooper
45113663c3 Fix shield set text 2021-04-15 22:02:36 +10:00
Andrew Cooper
dd715fff8c Fix computer function name 2021-04-15 21:51:20 +10:00
Andrew Cooper
5bc84ad64a Remove unsed string resource 2021-04-15 21:48:27 +10:00
Andrew Cooper
8c2de1a9d9 Normalise member spacing 2021-04-15 21:44:43 +10:00
Andrew Cooper
b6427c9ef8 Inject Random into QuadrantInfo 2021-04-15 21:39:21 +10:00
Andrew Cooper
9129171498 Fix compiler messages 2021-04-15 21:31:53 +10:00
Andrew Cooper
160899519f Standardise accessibility keywords and remove dead code. 2021-04-15 21:21:01 +10:00
Jeff Atwood
e3935b9804 Merge pull request #276 from darrencardenas/main
Ported Calendar to Java.
2021-04-14 22:52:55 -07:00
Darren Cardenas
9947161d01 Ported Calendar to Java. 2021-04-14 19:01:58 -04:00
Jeff Atwood
a09f76fd4b Merge pull request #275 from tsmaster/python-awari-fix
Fix missing global variable
2021-04-13 21:24:08 -07:00
Dave LeCompte
f18696c4d1 Fix missing global variable 2021-04-13 21:08:06 -07:00
rbamforth
7d5e2dcefe Added CrapsGame class.
Implemented playing the game but it doesn't work properly yet.
2021-04-12 23:17:37 +01:00
rbamforth
fc7e8e5cb8 First cut at implementing the game.
Added .gitignore file.
2021-04-11 23:54:46 +01:00
rbamforth
b77de83253 Added test that dice rolls are random. 2021-04-11 20:57:43 +01:00
Jeff Atwood
01f68d6c80 Merge pull request #274 from darrencardenas/main
Ported Reverse to Java.
2021-04-10 17:00:04 -07:00
Darren Cardenas
f85282bb72 Ported Reverse to Java. 2021-04-10 19:52:00 -04:00
rbamforth
191965df94 Initial version of Craps game. 2021-04-10 23:27:22 +01:00
rbamforth
a6a2ced74a Merge branch 'main' of https://github.com/coding-horror/basic-computer-games 2021-04-10 22:42:09 +01:00
Jeff Atwood
9557f10275 Merge pull request #270 from NezumiRonin/patch-24
Create poetry.pl
2021-04-08 21:07:55 -07:00
Jeff Atwood
0bf0e77eb5 Merge pull request #272 from darrencardenas/main
Ported Poetry to Java.
2021-04-08 21:06:48 -07:00
Darren Cardenas
68beb53f69 Ported Poetry to Java. 2021-04-07 19:47:21 -04:00
rbamforth
719f12a70f Merge branch 'main' of https://github.com/coding-horror/basic-computer-games 2021-04-07 16:39:28 +01:00
Nezumi Ronin
b67578cf09 Create poetry.pl
Made with Perl!

(now in correct path, I promise to learn git properly...)
2021-04-06 14:25:05 -05:00
Jeff Atwood
b407f92274 Merge pull request #269 from NezumiRonin/patch-23
Create poetry.pl
2021-04-06 10:06:09 -07:00
Jeff Atwood
8999c5a8d0 Merge pull request #268 from NezumiRonin/patch-22
Create bunny.pl
2021-04-06 10:06:01 -07:00
Jeff Atwood
df474c7e49 Merge pull request #267 from NezumiRonin/patch-21
Create guess.pl
2021-04-06 10:05:53 -07:00
Jeff Atwood
82f0fac1df Merge pull request #266 from darrencardenas/main
Ported Depth Charge to Java.
2021-04-06 10:05:25 -07:00
Nezumi Ronin
7cc8fd1f0b Create poetry.pl
Made with Perl!
2021-04-06 03:03:16 -05:00
Nezumi Ronin
4515e152b9 Create bunny.pl 2021-04-06 03:00:11 -05:00
Nezumi Ronin
298da8997d Create guess.pl
Made with Perl!
2021-04-06 02:58:37 -05:00
Darren Cardenas
b3b5728090 Ported Depth Charge to Java. 2021-04-05 21:19:59 -04:00
Roger Bamforth
96f0b37b37 Merge pull request #1 from coding-horror/main
Sync upstream with my fork
2021-04-04 22:24:16 +01:00
Jeff Atwood
cdc1093bba Merge pull request #264 from pgruderman/main
Ported Hammurabi to C#
2021-04-03 21:50:14 -07:00
Jeff Atwood
a2d33dcf50 Merge pull request #265 from darrencardenas/main
Ported Word to Java.
2021-04-03 21:49:56 -07:00
Darren Cardenas
00d9bfd595 Ported Word to Java. 2021-04-04 00:28:36 -04:00
Peter
ce9ce68198 Ported Hammurabi to C# 2021-04-03 02:21:06 -04:00
Jeff Atwood
03718966cc Merge pull request #263 from darrencardenas/main
Ported '23 Matches' to Java.
2021-04-01 21:25:34 -07:00