Jeff Atwood
|
80edae0987
|
Merge pull request #282 from drewjcooper/csharp-82-stars
C# 82 Stars implementation
|
2021-04-18 21:06:17 -07:00 |
|
Andrew Cooper
|
1236ee8c48
|
Implement stars game
|
2021-04-19 08:59:35 +10:00 |
|
Jeff Atwood
|
ce8c9243f6
|
Merge pull request #281 from rbamforth/main
Rewrite of 29 Craps into C#
|
2021-04-18 15:33:23 -07:00 |
|
rbamforth
|
5c447bac87
|
Added missing bit of UI.
Fixed final bugs.
|
2021-04-18 22:28:22 +01:00 |
|
rbamforth
|
c2bca5f195
|
Merge branch 'main' of https://github.com/coding-horror/basic-computer-games
|
2021-04-18 22:21:37 +01:00 |
|
Jeff Atwood
|
43ba206b39
|
Merge pull request #279 from darrencardenas/main
Ported Banner to Java.
|
2021-04-18 13:27:10 -07:00 |
|
Jeff Atwood
|
9ac637e413
|
Merge pull request #278 from aldrinm/main
Ported 44 Hangman to Java
|
2021-04-18 13:26:47 -07:00 |
|
rbamforth
|
aa1bcf6631
|
Merge branch 'main' of https://github.com/coding-horror/basic-computer-games
|
2021-04-18 21:19:22 +01:00 |
|
Darren Cardenas
|
fbe47d4c2b
|
Ported Banner to Java.
|
2021-04-18 15:43:04 -04:00 |
|
Aldrin Misquitta
|
0589f4d95a
|
Ported 44 Hangman to Java
|
2021-04-17 21:14:01 +04:00 |
|
Andrew Cooper
|
ff40494de6
|
Add C# project
|
2021-04-17 18:49:34 +10:00 |
|
Jeff Atwood
|
b9e35db335
|
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
|
4a82dd2198
|
Fix display of Docked status
|
2021-04-15 23:02:40 +10:00 |
|
Andrew Cooper
|
94c0d23983
|
Fix error when navigating out of bounds
|
2021-04-15 23:00:36 +10:00 |
|
Andrew Cooper
|
8169f1e64a
|
Fix "Shields dropped..." text spacing
|
2021-04-15 22:29:39 +10:00 |
|
Andrew Cooper
|
f3fce146e5
|
Fix display of quadrant after move
|
2021-04-15 22:24:11 +10:00 |
|
Andrew Cooper
|
1c1eead60a
|
Fix "Now entering ..." text spacing
|
2021-04-15 22:04:49 +10:00 |
|
Andrew Cooper
|
471af5bf40
|
Fix shield set text
|
2021-04-15 22:02:36 +10:00 |
|
Andrew Cooper
|
3165a9226a
|
Fix computer function name
|
2021-04-15 21:51:20 +10:00 |
|
Andrew Cooper
|
315bdc0432
|
Remove unsed string resource
|
2021-04-15 21:48:27 +10:00 |
|
Andrew Cooper
|
0f795c0725
|
Normalise member spacing
|
2021-04-15 21:44:43 +10:00 |
|
Andrew Cooper
|
99a847813c
|
Inject Random into QuadrantInfo
|
2021-04-15 21:39:21 +10:00 |
|
Andrew Cooper
|
2aee62dd47
|
Fix compiler messages
|
2021-04-15 21:31:53 +10:00 |
|
Andrew Cooper
|
6d7e57430e
|
Standardise accessibility keywords and remove dead code.
|
2021-04-15 21:21:01 +10:00 |
|
Jeff Atwood
|
e5f5472579
|
Merge pull request #276 from darrencardenas/main
Ported Calendar to Java.
|
2021-04-14 22:52:55 -07:00 |
|
Darren Cardenas
|
a97a049ae9
|
Ported Calendar to Java.
|
2021-04-14 19:01:58 -04:00 |
|
Jeff Atwood
|
299af12a1d
|
Merge pull request #275 from tsmaster/python-awari-fix
Fix missing global variable
|
2021-04-13 21:24:08 -07:00 |
|
Dave LeCompte
|
2de853ade3
|
Fix missing global variable
|
2021-04-13 21:08:06 -07:00 |
|
rbamforth
|
25f8f3bb3f
|
Added CrapsGame class.
Implemented playing the game but it doesn't work properly yet.
|
2021-04-12 23:17:37 +01:00 |
|
rbamforth
|
815dc4ae72
|
First cut at implementing the game.
Added .gitignore file.
|
2021-04-11 23:54:46 +01:00 |
|
rbamforth
|
e1f2c92b19
|
Added test that dice rolls are random.
|
2021-04-11 20:57:43 +01:00 |
|
Jeff Atwood
|
4df74b97ef
|
Merge pull request #274 from darrencardenas/main
Ported Reverse to Java.
|
2021-04-10 17:00:04 -07:00 |
|
Darren Cardenas
|
26decdcd2b
|
Ported Reverse to Java.
|
2021-04-10 19:52:00 -04:00 |
|
rbamforth
|
c675cd3af8
|
Initial version of Craps game.
|
2021-04-10 23:27:22 +01:00 |
|
rbamforth
|
bf1fa58a7d
|
Merge branch 'main' of https://github.com/coding-horror/basic-computer-games
|
2021-04-10 22:42:09 +01:00 |
|
Jeff Atwood
|
5b500f8ef5
|
Merge pull request #270 from NezumiRonin/patch-24
Create poetry.pl
|
2021-04-08 21:07:55 -07:00 |
|
Jeff Atwood
|
25aa77cd70
|
Merge pull request #272 from darrencardenas/main
Ported Poetry to Java.
|
2021-04-08 21:06:48 -07:00 |
|
Darren Cardenas
|
733621bb83
|
Ported Poetry to Java.
|
2021-04-07 19:47:21 -04:00 |
|
rbamforth
|
a855ff36c7
|
Merge branch 'main' of https://github.com/coding-horror/basic-computer-games
|
2021-04-07 16:39:28 +01:00 |
|
Nezumi Ronin
|
0e89201ca2
|
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
|
1c0162c39a
|
Merge pull request #269 from NezumiRonin/patch-23
Create poetry.pl
|
2021-04-06 10:06:09 -07:00 |
|
Jeff Atwood
|
0f754691b8
|
Merge pull request #268 from NezumiRonin/patch-22
Create bunny.pl
|
2021-04-06 10:06:01 -07:00 |
|
Jeff Atwood
|
65d2d02109
|
Merge pull request #267 from NezumiRonin/patch-21
Create guess.pl
|
2021-04-06 10:05:53 -07:00 |
|
Jeff Atwood
|
23a7fa4144
|
Merge pull request #266 from darrencardenas/main
Ported Depth Charge to Java.
|
2021-04-06 10:05:25 -07:00 |
|
Nezumi Ronin
|
e976a92840
|
Create poetry.pl
Made with Perl!
|
2021-04-06 03:03:16 -05:00 |
|
Nezumi Ronin
|
0c644dbe97
|
Create bunny.pl
|
2021-04-06 03:00:11 -05:00 |
|
Nezumi Ronin
|
eefd487fd8
|
Create guess.pl
Made with Perl!
|
2021-04-06 02:58:37 -05:00 |
|
Darren Cardenas
|
d60f10e87e
|
Ported Depth Charge to Java.
|
2021-04-05 21:19:59 -04:00 |
|
Roger Bamforth
|
ed676ae660
|
Merge pull request #1 from coding-horror/main
Sync upstream with my fork
|
2021-04-04 22:24:16 +01:00 |
|
Jeff Atwood
|
2009da0a13
|
Merge pull request #264 from pgruderman/main
Ported Hammurabi to C#
|
2021-04-03 21:50:14 -07:00 |
|