Commit Graph

2370 Commits

Author SHA1 Message Date
Andrew Cooper
a9ec4e3eb1 Add Life as a sequence of Gneerations 2022-09-13 07:56:27 +10:00
Andrew Cooper
db186bb86e Add Generation encapsulation 2022-09-13 07:21:53 +10:00
Andrew Cooper
3b208a1b92 Add Piece encapsulation 2022-09-12 07:26:09 +10:00
Andrew Cooper
8994d9b03c Move neighbour count to generation calculation 2022-09-09 07:57:51 +10:00
Andrew Cooper
3042247e06 Create Game class 2022-09-08 17:02:17 +10:00
Andrew Cooper
5e998088f9 Move player counts into Board 2022-09-08 08:11:08 +10:00
Andrew Cooper
c1d43a742a Simplify player input 2022-09-08 07:53:02 +10:00
Andrew Cooper
96a0d7bee5 Move generation calculation to Board 2022-09-07 21:37:28 +10:00
Andrew Cooper
2ccbdcc98d Move display to Board 2022-09-07 20:41:54 +10:00
Andrew Cooper
28736b9dbe Make cell values binary 2022-09-02 08:40:46 +10:00
Andrew Cooper
b156755ee0 Move neighbour calculation 2022-09-02 07:54:18 +10:00
Andrew Cooper
99fb001f6c Add Coordinates.GetNeighbors 2022-08-26 16:32:48 +10:00
Andrew Cooper
93101cbad2 Add Board and Coordinates 2022-08-25 07:29:41 +10:00
Andrew Cooper
48eda0785d Clean up logic, names and strings 2022-08-20 21:34:52 +10:00
Andrew Cooper
fafddfbf1a Transliterate BASIC code 2022-08-20 17:58:35 +10:00
Andrew Cooper
276f7f543e Add program strucutre 2022-08-20 12:49:57 +10: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