1
Fork 0

Add typescript/multiplayer-backend

This commit is contained in:
prescientmoon 2024-03-04 17:11:19 +01:00
commit 7908f1221e
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
35 changed files with 4140 additions and 12 deletions
javascript

View file

@ -1,6 +1,6 @@
# Javascript
| Name | Description |
| -------------------------------------- | -------------------------------------------------- |
| [clever-dots](./clever-dots/) | Half broken genetic algorithm implementation in js |
| [linear-regression](linear-regression) | Basic linear regression implementation |
| Name | Description |
| ---------------------------------------- | -------------------------------------------------- |
| [clever-dots](./clever-dots/) | Half broken genetic algorithm implementation in js |
| [linear-regression](./linear-regression) | Basic linear regression implementation |