Jeff Atwood
9e0065b0cd
Merge pull request #894 from GKnirps/cargo_lock
...
Un-ignore Cargo.lock
2023-08-28 16:14:36 -07:00
Jeff Atwood
def6d26adb
Merge pull request #893 from GKnirps/king_python_pollution_reason
...
Fix pick of pollution reason in python King
2023-08-28 16:14:19 -07:00
Guido Knips
7a62098e94
Un-ignore Cargo.lock
...
Official cargo documentation says Cargo.lock should be
under version control for binaries (but not for libraries)
see https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
2023-08-28 21:06:35 +02:00
Guido Knips
fa4f6888dd
Fix flake8 issues in acey ducey
...
- came seemingly out of nowhere and broke my totally unrelated PR
2023-08-28 20:57:27 +02:00
Guido Knips
be75ea1386
Fix pick of pollution reason in python King
...
- was intended to pick only one random reason each time
- picked up to five reasons
- also removed bad line break
2023-08-28 20:41:55 +02:00
Jeff Atwood
c0ce909d81
Merge pull request #892 from GKnirps/king_tourist_bug
...
Add documentation for tourist trade bug in King
2023-08-28 11:33:08 -07:00
Guido Knips
adba99e767
Add documentation for tourist trade bug in King
...
- really bad pollution can get positive money from tourists
- fix issue in python implementation, other implementations still lack
it
2023-08-28 20:29:46 +02:00
Jeff Atwood
0b7b162f9f
Merge pull request #890 from lmstolton/hamurabi
...
Added Rust version of 43_Hammurabi
2023-08-27 13:32:15 -07:00
Lyndon Stolton
6555d1cf2d
Minor changes to 43_Hammurabi/rust
...
- Minor changes to make code more idiomatic (clippy no longer has any
issues), no functional changes
- Added some additional comments to make code easier to follow
2023-08-27 21:13:26 +01:00
Lyndon Stolton
41ef1ba818
Added Rust version of 43_Hammurabi
2023-08-27 17:40:30 +01:00
Jeff Atwood
ebefe8a16c
Merge pull request #889 from JoeStrout/miniscript-batch-5
...
Miniscript batch 5
2023-08-22 13:08:56 -07:00
JoeStrout
b13bb08c03
Merge branch 'coding-horror:main' into miniscript-batch-5
2023-08-22 09:13:05 -07:00
JoeStrout
15970619e3
Added MiniScript version of 49_Hockey.
2023-08-22 07:50:57 -07:00
JoeStrout
d8cb591dea
Added MiniScript version of 48_High_IQ.
2023-08-18 08:51:39 -07:00
JoeStrout
a0d7761022
Added MiniScript version of 47_Hi-Lo.
2023-08-18 07:38:02 -07:00
JoeStrout
5e713bc7f7
Added MiniScript version of 46_Hexapawn.
2023-08-17 21:27:07 -07:00
JoeStrout
af39f3df3f
Fixed README for 45_Hello/MiniScript.
2023-08-17 16:18:53 -07:00
JoeStrout
d46ddd68e8
Added MiniScript version of 45_Hello.
2023-08-17 16:05:43 -07:00
JoeStrout
4bff1aafb7
Added MiniScript version of 44_Hangman.
2023-08-16 12:05:54 -07:00
JoeStrout
d8d0e93af2
Hid "hint" output in MiniScript hammurabi code.
2023-08-15 16:40:48 -07:00
JoeStrout
238a31fcd5
Added MiniScript version of 43_Hammurabi.
2023-08-15 16:38:40 -07:00
Jeff Atwood
55bd0206e9
Merge pull request #888 from steveglumify/main-1
...
Update superstartrek.py
2023-08-13 16:37:19 -07:00
steveglumify
0d5de95cfa
Update superstartrek.py
...
Fixes issue #795- Ship class does not work correctly
2023-08-14 11:30:28 +12:00
Jeff Atwood
ec65c26bc4
Merge pull request #887 from FreddyFunk/FreddyFunk-gomoko-coordinates
...
gomoko: fix "intelligent move" coordinates
2023-08-09 12:41:16 -07:00
Frederic L
4efbb83d4f
gomoko: fix "intelligent move" coordinates
2023-08-09 21:36:10 +02:00
JoeStrout
46a016decb
Added MiniScript version of 42_Gunner. Also, clarified instructions in MiniScript README files.
2023-08-09 08:54:34 -07:00
Jeff Atwood
0be50254c3
Merge pull request #886 from jadijadi/jadijadi_58-love_rust
...
Adding the rust version for 58-Love
2023-08-09 07:47:12 -07:00
Jadi
deee3187d4
Adding the rust version for 58-Love
2023-08-09 12:23:16 +03:30
Jeff Atwood
1ec36cfa46
Merge pull request #885 from unquietwiki/main
...
Nim ports of Buzzword and RockScissorsPaper
2023-08-08 22:39:18 -07:00
Michael Adams
aa00566244
Enhancement from Nim Discord
2023-08-08 22:09:02 -07:00
Michael Adams
dd7d3c4c26
Nim port of RockScissorsPaper
...
Revised via Nim Discord
2023-08-08 21:28:05 -07:00
Michael Adams
9b22b8cae1
Nim port of Buzzword
2023-08-08 19:04:03 -07:00
JoeStrout
e287e311d4
Added MiniScript version of 40_Gomoko.
...
(An embarrasingly poor Go Moku game.)
2023-08-08 16:50:33 -07:00
Jeff Atwood
70fcc446e6
Merge pull request #884 from jadijadi/jadijadi_25-Chief_Rust
...
Rust port for 25_Chief
2023-08-08 09:40:04 -07:00
Jadi
76cefdc9dd
Rust port for 25_Chief
2023-08-08 19:48:21 +03:30
Jeff Atwood
829e918351
Merge pull request #881 from codeanpeace/main
...
Fix bug in win?/3
2023-08-07 19:20:33 -07:00
JoeStrout
282adb3337
Added MiniScript version of 39_Golf.
2023-08-07 16:55:18 -07:00
Harrison
da85e13487
Fix bug in win?/3
2023-08-07 16:10:48 -07:00
Jeff Atwood
11c677620c
Merge pull request #880 from codeanpeace/main
...
Add an Elixir port of Acey Ducey
2023-08-06 21:30:18 -07:00
Harrison
233592bd76
Add an Elixir port of Acey Ducey
2023-08-06 20:35:08 -07:00
Jeff Atwood
d611eca40a
Merge pull request #879 from unquietwiki/main
...
Address issues in Acey-Ducey Python ports
2023-08-06 10:47:07 -07:00
Michael Adams
533034ed57
Merge branch 'coding-horror:main' into main
2023-08-05 15:43:33 -07:00
Michael Adams
a9666cccc4
Acey Ducey fixes for #869
2023-08-05 15:42:33 -07:00
Jeff Atwood
3a5bb8e496
Merge pull request #878 from unquietwiki/main
...
Two more Nim ports + minor cleanup
2023-08-05 07:49:43 -07:00
Michael Adams
3f25036fdc
Fix random logic in Nim ports
2023-08-05 01:49:11 -07:00
Michael Adams
76d65ddcb2
Craps ported to Nim
2023-08-05 01:33:44 -07:00
Michael Adams
2d3ebc98a3
Port Train to Nim
2023-08-04 23:01:38 -07:00
JoeStrout
44e47744d7
Added MiniScript verions of 37_Football and 38_Fur_Trader.
2023-08-04 21:46:43 -07:00
Michael Adams
168e072615
Nim code more idiomatic; fix errors
2023-08-04 16:58:25 -07:00
Jeff Atwood
2edcce2288
Merge pull request #877 from jadijadi/jadi_85-synonyms_rust
...
Adding Rust for 85-Synonyms
2023-08-04 07:59:14 -07:00