Commit Graph

1483 Commits

Author SHA1 Message Date
ribtips
57b71a059d Game 41 Guess in Ruby 2022-01-16 19:24:20 -05:00
Jeff Atwood
6ee2d5ee37 Merge pull request #512 from zspitz/main
Create missing sln/csproj/vbproj files
2022-01-16 11:13:47 -08:00
Jeff Atwood
95e0a9b8d8 Merge pull request #513 from veelo/d_war
Add D version of War (94).
2022-01-16 11:08:20 -08:00
Jeff Atwood
83a32a52f4 Merge pull request #516 from poblish/startrek_cleanup
De-minify, improve readability
2022-01-16 11:07:56 -08:00
Jeff Atwood
0ea0538472 Merge pull request #514 from aldrinm/main
Use a tree structure instead of a list
2022-01-16 11:07:15 -08:00
Andrew Regan
31c856d867 Update superstartrek.bas 2022-01-16 19:06:45 +00:00
Jeff Atwood
5e5d3ad7be Merge pull request #515 from ribtips/main
Ruby implementation of game 61 math_dice
2022-01-16 11:06:45 -08:00
Andrew Regan
379bee8b80 Fix some ORs 2022-01-16 18:53:55 +00:00
Andrew Regan
55edf21693 Clean up ON 2022-01-16 18:51:00 +00:00
Andrew Regan
c17bfa5dd0 Clean up PRINT commands 2022-01-16 18:48:01 +00:00
Andrew Regan
0996f041b9 Deminify 2022-01-16 18:44:43 +00:00
ribtips
6f8e876dbb Ruby implementation of game 61 math_dice 2022-01-16 11:18:43 -05:00
Aldrin Misquitta
f1c35db0f7 Use a tree structure instead of a list
(Fix for issue #369)
2022-01-16 14:21:17 +00:00
Bastiaan Veelo
61478149ed Add D version of War (94). 2022-01-16 15:09:17 +01:00
Zev Spitz
75def2707d Add sln and csroj/vbproj files where missing 2022-01-16 08:17:31 +02:00
Zev Spitz
338f32f6f5 Merge remote-tracking branch 'origin/main' 2022-01-16 08:12:59 +02:00
Zev Spitz
7fabf7fa26 Project generation by hand instead of using dotnet new 2022-01-16 08:09:58 +02: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
Zev Spitz
cd0c4420e1 Utils: generate solution and project files 2022-01-16 03:27:32 +02: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
Zev Spitz
e18ff85b2e Add all .vs folders in hierarchy to gitignore 2022-01-15 22:17:29 +02: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