Commit Graph

1465 Commits

Author SHA1 Message Date
Aldrin Misquitta
f1c35db0f7 Use a tree structure instead of a list
(Fix for issue #369)
2022-01-16 14:21:17 +00:00
Jeff Atwood
a131b1d864 Merge pull request #511 from ribtips/main
The game of craps in perl 29_Craps
2022-01-15 21:52:44 -08:00
RibTips
e51103148b The game of craps in perl 29_Craps 2022-01-16 00:34:02 -05:00
Jeff Atwood
e6ab213a2b Merge pull request #510 from pcholt/main
Add @jkboyce 's bug discoveries to the super star trek readme
2022-01-15 20:39:44 -08:00
Jeff Atwood
db215f2e98 Merge pull request #509 from mwieder/cube_ruby
Cube in ruby
2022-01-15 20:38:06 -08:00
Jeff Atwood
35225bc3d9 Merge pull request #416 from poblish/main
CivilWar in Java
2022-01-15 20:36:32 -08:00
Paul Holt
7278f60775 Change buildscript for two versions of Number 2022-01-16 13:45:52 +11:00
Paul Holt
1f018419a7 Second version of number has the wrong file name, and class names clashed.
Added buildscript for Number1
2022-01-16 13:31:53 +11:00
Paul Holt
18574bd155 Stop ignoring buildJvm and build.gradle files in gitignore!
Add build files for some of the new games
Basketball java
Battle java
Craps java
Cube java
High IQ java
Name java
2022-01-16 13:24:12 +11:00
Paul Holt
c4f9b15db0 Name should have an uppercase class name, and the correct file suffix. 2022-01-16 13:09:47 +11:00
Paul Holt
5b1aaadac1 Update with link to give credit where it is due, @jkboyce 2022-01-16 12:30:34 +11:00
Andrew Regan
e43300a23e Refactor 2022-01-16 00:10:40 +00:00
Andrew Regan
32f506a9c7 R => local 2022-01-16 00:01:21 +00:00
Andrew Regan
373905adb2 Refactor / rework Union strategy for simulation 2022-01-15 23:59:42 +00:00
Andrew Regan
7fc9a1d8dc Changed in error 2022-01-15 23:52:09 +00:00
Andrew Regan
416033b8e0 Improve battle number validation 2022-01-15 23:46:21 +00:00
Andrew Regan
b530057278 More robust validation 2022-01-15 23:34:11 +00:00
Andrew Regan
c256a7b0fb Fix budget validation; restore "keep same allocations" 2022-01-15 22:54:13 +00:00
Andrew Regan
48edb2c5d7 Make more readable 2022-01-15 22:43:28 +00:00
Andrew Regan
f2385b5342 Merge branch 'coding-horror:main' into main 2022-01-15 22:40:47 +00:00
Andrew Regan
32efeeb4fe Refactor 2022-01-15 22:40:17 +00:00
Andrew Regan
2e82f08efd Improve encapsulation 2022-01-15 22:11:45 +00:00
Mark Wieder
df95ff0eff Cube in ruby 2022-01-15 13:16:28 -08:00
Andrew Regan
1085d282ff Clean up YES/NO input and validation 2022-01-15 16:32:12 +00:00
Paul Holt
a9b43790b2 Merge remote-tracking branch 'origin/main' into main 2022-01-16 01:48:57 +11:00
Paul Holt
db0b1ffe4e Add bug descriptions discovered by Jack Boyce in Super Star Trek to the main game description. 2022-01-16 01:48:34 +11:00
Jeff Atwood
48f4d07f4e Merge pull request #508 from jnellis/main
Fix dice roll computation. Remove obscure input prompt for random num…
2022-01-14 15:36:54 -08:00
Joe Nellis
cb2aeed07c Fix dice roll computation. Remove obscure input prompt for random number generation scrambling. 2022-01-14 12:36:11 -08:00
Jeff Atwood
5d7e125a7d Merge pull request #507 from imiro/main
67-One Check on Python
2022-01-14 10:43:16 -08:00
imiro
697697228d 67-One Check on Python 2022-01-14 12:41:42 -06:00
Jeff Atwood
2f62948565 Merge pull request #506 from NezumiRonin/patch-28
Create gomoko.pl
2022-01-14 09:38:57 -08:00
Nezumi Ronin
f6c6065bdd Create gomoko.pl
Original "intelligent move" it's awful. Seems it only move below user.
2022-01-14 11:31:02 -06:00
Jeff Atwood
0c45149e2f Merge pull request #504 from hashtegner/main
Chief in Ruby
2022-01-14 09:26:38 -08:00
Jeff Atwood
c843de35f8 Merge pull request #503 from jnellis/main
Java port of Craps. Updated Readme with detailed breakdown of the original BASIC code.
2022-01-14 09:20:54 -08:00
Jeff Atwood
676c6bb595 Merge pull request #502 from bernardcooke53/12-bombs-away-python
12. Bombs Away in Python
2022-01-14 09:18:58 -08:00
Jeff Atwood
dfd7598852 Merge pull request #505 from markbernard/main
Add Notepad++ syntax colouring for Vintage BASIC.
2022-01-14 09:18:30 -08:00
markbernard
f9a9a791e2 Add Notepad++ syntax colouring for Vintage BASIC. 2022-01-14 09:54:49 -05:00
Alessandro Tegner
3b082b4db9 Chief in Ruby 2022-01-14 09:32:16 -03:00
Joe Nellis
b4c8bfc9c8 Java port of BASIC Craps 2022-01-14 01:43:24 -08:00
Joe Nellis
8245d7badb Breakdown of the original BASIC code for re-implementers of this game. Sample code in BASIC showing distribution of right and wrong dice rolls. 2022-01-14 01:42:44 -08:00
Bernard Cooke
62af4c0ab2 Correct looping/breaking in number of missions dialogue 2022-01-14 08:47:21 +00:00
Bernard Cooke
f29fa1792c Tidy logic with inline conditionals for clarity 2022-01-14 01:53:41 +00:00
Bernard Cooke
11ffe9cf90 Tidy up 'Another mission?' message 2022-01-14 01:31:27 +00:00
Bernard Cooke
cf55a5f637 12. Port Bombs Away to Python 2022-01-14 01:28:30 +00:00
Jeff Atwood
a6c444cc87 Merge pull request #499 from LittleTealeaf/48_High_IQ_Python
48 High IQ in Python
2022-01-13 14:23:33 -08:00
Thomas Kwashnak
33b5da4b1f Misc final steps
Removed commented code
Added to README.md
2022-01-13 17:16:45 -05:00
=
e7e16eb949 Move code now properly works 2022-01-13 17:01:43 -05:00
=
e107e88509 Fixed Bug 2022-01-13 16:59:25 -05:00
Jeff Atwood
fcde33ee95 Merge pull request #494 from NezumiRonin/main
Perl changes.
2022-01-13 09:45:26 -08:00
Thomas Kwashnak
dc0ceba48a Using tests instead of try catches 2022-01-13 12:27:53 -05:00