Commit Graph

2355 Commits

Author SHA1 Message Date
Alvaro Frias Garay 0fb5c0508b Add lua's russian roullete
Signed-off-by: Alvaro Frias Garay <alvarofriasgaray@gmail.com>
2022-08-21 18:08:49 -03:00
Jeff Atwood 2259def843 Merge pull request #775 from ugurkupeli/76_Russian_Roulette--rust
rust port - 76 Russian roulette
2022-08-02 11:29:17 -04:00
Aldrin Misquitta ed2e2be6ac Fix typo in 84_Super_Star_Trek/README.md (#780)
Fixes #779
2022-07-24 07:35:09 +02:00
Uğur Küpeli 24650f768c rust port 2022-07-21 09:59:52 +03:00
Jeff Atwood f5cc5fe565 Merge pull request #771 from ugurkupeli/04_Awari/rust
Rust implementation of 04 Awari
2022-07-20 13:16:32 -07:00
Jeff Atwood e0e2de7ecf Merge pull request #773 from drewjcooper/csharp-16-bug
C# 16 bug
2022-07-20 13:16:20 -07:00
Jeff Atwood fae946f58f Merge pull request #774 from drewjcooper/csharp-26-chomp
C# 26 Chomp
2022-07-20 13:16:10 -07:00
Andrew Cooper 2122de9729 Add inner game loop 2022-07-17 18:53:29 +10:00
Andrew Cooper fae67d6a2a Add PlayerNumber 2022-07-17 18:35:03 +10:00
Andrew Cooper bbbf5560f4 Add parameter input 2022-07-17 17:17:29 +10:00
Andrew Cooper 68c7d13c57 Add game loop 2022-07-17 16:59:53 +10:00
Andrew Cooper 203f930e12 Add resources 2022-07-17 16:48:42 +10:00
Andrew Cooper 8f09273ab7 Add print gap 2022-07-14 00:41:36 +10:00
Andrew Cooper 6e47d7fbfd Fix game loop and finished message 2022-07-14 00:39:17 +10:00
Andrew Cooper 98344717f7 CSHARP-16 Fix printing bug 2022-07-14 00:24:10 +10:00
Andrew Cooper a648ebf044 Fix adding parts 2022-07-13 08:15:46 +10:00
Andrew Cooper 013baf71a2 Add game loop 2022-07-13 08:04:47 +10:00
Andrew Cooper 04ec0f8f47 Add printing of bugs 2022-07-13 08:04:35 +10:00
Andrew Cooper be9f0a92f8 Add Bug and conecpt of completeness 2022-07-12 07:41:45 +10:00
Andrew Cooper 6078da8c78 Add parts and messages 2022-07-12 07:27:11 +10:00
Andrew Cooper f35bbb0224 Fix some resource issues 2022-07-06 07:52:59 +10:00
Andrew Cooper ffc0b99fa3 Display title and instructions 2022-07-06 07:48:23 +10:00
Andrew Cooper 832371dc07 Add string resources 2022-07-06 07:46:16 +10:00
Uğur Küpeli d1d0ef9e57 rust implementation 2022-07-03 14:50:32 +03:00
Uğur Küpeli c10584f232 init 2022-07-03 12:33:05 +03:00
Jeff Atwood 320f5dede0 Merge pull request #770 from drewjcooper/csharp-71-poker
csharp 71 poker
2022-07-01 11:43:22 -07:00
Andrew Cooper 1558bfbfe8 CSHARP-71 Move Human GetWager logic 2022-07-01 17:20:13 +10:00
Andrew Cooper a132e881fe Move PlayHand logic to table 2022-07-01 17:07:51 +10:00
Andrew Cooper e47864c47f Fix hand comparison text 2022-07-01 13:01:29 +10:00
Jeff Atwood 4292b9c586 Merge pull request #767 from Gryzor/add_32_diamonds_kotlin
Add Kotlin port of 32_Diamonds
2022-06-27 16:40:27 -05:00
Jeff Atwood 8336cd97e4 Merge pull request #766 from jmmarco/fix-missing-semicolons
Add missing semicolons
2022-06-27 12:45:33 -05:00
Martin Marconcini 90a082bab4 Add Kotlin port of 32_Diamonds 2022-06-27 19:24:14 +02:00
Juan Marco 4e289c5e89 Add missing semicolons 2022-06-27 15:17:51 +02:00
Andrew Cooper a777b3888b Remove global V 2022-06-25 16:12:20 +10:00
Andrew Cooper 860dd40276 Move end game checks and text to main loop 2022-06-25 15:50:33 +10:00
Jeff Atwood 21e6c54b75 Merge pull request #764 from jmmarco/battle-fix-nan-input
Fix NaN input for Battle
2022-06-24 22:11:08 -05:00
Andrew Cooper 3d8bae0a09 Replace Z with strategy 2022-06-24 08:33:57 +10:00
Juan Marco 6fd5e03482 Fix NaN input for Battle 2022-06-22 10:18:44 +02:00
Andrew Cooper cdc8797312 Consolidate logic 2022-06-21 07:52:10 +10:00
Andrew Cooper 156b378a3f Move ShouldContinue check 2022-06-21 07:34:04 +10:00
Andrew Cooper 9d3f5691fb Move bet variables 2022-06-20 22:58:39 +10:00
Andrew Cooper 6354bf1293 Simplify some logic 2022-06-20 22:33:07 +10:00
Andrew Cooper 7199cdbb4d Introduce HandRank 2022-06-19 23:09:15 +10:00
Andrew Cooper fc65452ae6 Reorganise classes 2022-06-18 22:15:05 +10:00
Andrew Cooper ac079fff75 Simplify hand analysis 2022-06-18 21:57:31 +10:00
Andrew Cooper 6a08b74797 Move watch transactions to player classes 2022-06-15 21:04:27 +10:00
Jeff Atwood 6abd99d763 Merge pull request #761 from BeeverFeever/main
78_sinewave ported to lua
2022-06-14 19:26:59 -07:00
Jeff Atwood 08515e867b Merge pull request #759 from alingse-forks/alingse-patch-rust
Add Rust workflow
2022-06-14 17:27:24 -07:00
BeeverFeever 850e6d978f 78_sinewave ported to lua 2022-06-11 23:51:40 +10:00
Jeff Atwood fc028f3adc Merge pull request #760 from BrianWilkinsFL/rockscissors-lua
Initial implementation of Rock, Paper, Scissors in Lua
2022-06-10 16:00:03 -07:00