|
|
cc3d1b3d95
|
add comment about problem_space
|
2025-02-07 15:40:19 -05:00 |
|
|
|
bd7d4850a1
|
changes
|
2025-02-07 10:31:58 -05:00 |
|
|
|
366bba8426
|
fiddling with the algo
|
2025-02-07 00:31:25 -05:00 |
|
|
|
4407af62ab
|
pathfinding test
|
2025-02-06 23:11:28 -05:00 |
|
|
|
6143473c1d
|
fix some stuff
|
2025-02-06 22:56:01 -05:00 |
|
|
|
669af2a56e
|
make complexagent so much better
|
2025-02-06 22:47:29 -05:00 |
|
|
|
3681fd7e41
|
iterator fixes
|
2025-02-06 16:14:48 -05:00 |
|
|
|
1bed0b61ad
|
add RandomAgent
|
2025-02-04 19:49:51 -05:00 |
|
|
|
24ad9cfafd
|
fix diagonals FULLY
|
2025-02-04 16:14:42 -05:00 |
|
|
|
7c74d45618
|
improve manual agent code
|
2025-02-04 15:49:06 -05:00 |
|
|
|
f63d8f4415
|
add note about diagonals
|
2025-02-04 09:51:33 -05:00 |
|
|
|
74489c43b6
|
cleanup
|
2025-02-03 20:03:38 -05:00 |
|
|
|
0ca31017b2
|
remove .vscode folder
|
2025-02-03 19:47:14 -05:00 |
|
|
|
6a8d4dafc1
|
cargo clippy
|
2025-02-03 13:11:57 -05:00 |
|
|
|
3d622394a0
|
cargo fmt
|
2025-02-03 13:10:50 -05:00 |
|
Steven Chase
|
352e853beb
|
Update board.rs
I needed to add a "?"
|
2025-02-03 12:19:47 -05:00 |
|
Steven Chase
|
0c5991fa20
|
Add existing files to Git
|
2025-02-03 12:08:03 -05:00 |
|
|
|
73d24e7748
|
stuff
|
2025-01-30 16:33:10 -05:00 |
|
|
|
472141533b
|
actually go N deep
|
2025-01-30 16:17:29 -05:00 |
|
|
|
1fc731ac59
|
fix diagonals and user input
|
2025-01-30 15:53:02 -05:00 |
|
|
|
db42964a47
|
cleanup
|
2025-01-29 10:30:49 -05:00 |
|
|
|
7aebdc3c78
|
what_if: only return Some if how_many_prop is above 0
|
2025-01-29 10:07:05 -05:00 |
|
|
|
45e1a05839
|
fixes
|
2025-01-28 22:45:38 -05:00 |
|
|
|
37658c7bd0
|
add diagonal support
|
2025-01-28 22:40:16 -05:00 |
|
|
|
8eed946c98
|
improve complexagent stuff
|
2025-01-28 19:57:48 -05:00 |
|
|
|
37c3f8572f
|
things
|
2025-01-28 16:44:28 -05:00 |
|
|
|
0dac4a9a38
|
double prop is fake
|
2025-01-28 16:31:15 -05:00 |
|
|
|
0f47a5db06
|
add comment
|
2025-01-28 16:22:35 -05:00 |
|
|
|
db627f087f
|
add comments
|
2025-01-28 16:20:01 -05:00 |
|
|
|
652ea97f83
|
remove QueueAgent
|
2025-01-28 16:16:20 -05:00 |
|
|
|
78ce4d4973
|
cleanup
|
2025-01-28 16:12:33 -05:00 |
|
|
|
6ed4208534
|
improvements
|
2025-01-28 16:09:40 -05:00 |
|
|
|
2189f00cb3
|
a
|
2025-01-28 15:48:44 -05:00 |
|
|
|
aab639c04d
|
share rng thread
|
2025-01-28 15:08:56 -05:00 |
|
|
|
f18fedd5cc
|
clippy
|
2025-01-28 15:05:47 -05:00 |
|
|
|
9f6be9b669
|
woah
|
2025-01-28 15:05:32 -05:00 |
|
|
|
565f638b1b
|
improve player management
|
2025-01-28 14:16:16 -05:00 |
|
|
|
17e774ae57
|
simplify fmt
|
2025-01-28 13:21:14 -05:00 |
|
|
|
30088f228a
|
impl std::ops::Not for Piece
|
2025-01-28 13:16:30 -05:00 |
|
|
|
1803176a24
|
game
|
2025-01-28 13:14:01 -05:00 |
|
|
|
afef9f1b19
|
sample game segment
|
2025-01-28 13:07:03 -05:00 |
|
|
|
ef9a07242d
|
Vec::append -> Vec::extend
|
2025-01-28 12:51:13 -05:00 |
|
|
|
a2fe0daf28
|
split_from: use REAL generics
|
2025-01-28 12:49:14 -05:00 |
|
|
|
8099326d63
|
add docs for propegate_from
|
2025-01-28 11:57:16 -05:00 |
|
|
|
4467b8cb30
|
use enumeration instead of chain_length
|
2025-01-28 11:54:45 -05:00 |
|
|
|
d8e50fe218
|
display game
|
2025-01-28 11:51:29 -05:00 |
|
|
|
c48a4595c3
|
add double prop test
|
2025-01-28 11:46:11 -05:00 |
|
|
|
d807b1bb34
|
split_from: use generics
|
2025-01-28 11:31:33 -05:00 |
|
|
|
eb224adec3
|
clippy
|
2025-01-27 22:35:02 -05:00 |
|
|
|
27e936c22a
|
improve split_from
|
2025-01-27 22:34:45 -05:00 |
|