Add algorithms stubs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-03-13 08:45:00 -04:00
parent 130814013c
commit 3634559f6a
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -0,0 +1,11 @@
# Algorithms
## Calculating action cards on the game
```rust
```
## Calculating influence after turns
```rust
```