Commit Graph

823 Commits

Author SHA1 Message Date
Peter
81e36428b2 Minor quality improvements and fixes
* Improved names and fixed inconsistent spacing
* Update year at the start of the turn instead of the end
* Input functions work more like the BASIC versions
* Display city summary before end game results (as in the original version)
2021-04-26 19:06:01 -04:00
Jeff Atwood
9effafa285 Merge pull request #284 from darrencardenas/main
Ported Bounce to Java.
2021-04-25 21:59:50 -07:00
Jeff Atwood
1b69b950ae Merge pull request #285 from bonthron/golf-csharp
Golf in C#
2021-04-25 21:59:15 -07:00
Jeff Atwood
26f98e9d4f Merge pull request #286 from pgruderman/main
Ported Depth Charge to C#
2021-04-25 21:58:02 -07:00
Peter
a843634261 Ported Depth Charge to C# 2021-04-25 13:10:18 -04:00
Peter Ruderman
f6cf3d5b1b Merge pull request #2 from coding-horror/main
Merge changes from coding-horror/main
2021-04-25 09:55:44 -04:00
jason
d195ab8151 Golf in C#. Source, plus 2 pre-compiled executables 2021-04-24 20:21:04 -04:00
Darren Cardenas
47ec385b6b Ported Bounce to Java. 2021-04-24 18:40:00 -04:00
Jeff Atwood
e2c5cb2cab Merge pull request #283 from xrav3nz/bombardment
Port Bombardment to Ruby
2021-04-23 15:39:11 -07:00
Kyle Zhao
e47bfc9d4a Port Bombardment to Ruby 2021-04-23 17:59:26 -04:00
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