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
typescript

View file

@ -1,10 +1,11 @@
# Typescript
| Name | Description |
| ----------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| [lunardash](./lunardash/) | Rhythm game I dropped super early into development |
| [option](./option/) | Typescript implementation of the `Maybe` monad |
| [wave38](./wave38/) | Remake of [wave37](https://github.com/Mateiadrielrafael/wave37) I dropped super early into development. |
| [pleix-frontend](./pleix-frontend/) | No idea what `pleix` was supposed to be, but this was essentially just a bunch of experiments with [lit-html](https://lit.dev/) |
| [monadic](./monadic) | Custom web framework inspired by [halogen](https://github.com/purescript-halogen/purescript-halogen) |
| [og-website](./og-website) | My first ever personal website |
| Name | Description |
| -------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| [lunardash](./lunardash/) | Rhythm game I dropped super early into development |
| [monadic](./monadic) | Custom web framework inspired by [halogen](https://github.com/purescript-halogen/purescript-halogen) |
| [multiplayer-backend](./multiplayer-backend) | Unfinished server for some multiplayer game. Later rebranded into `pleix-backend` |
| [og-website](./og-website) | My first ever personal website |
| [option](./option/) | Typescript implementation of the `Maybe` monad |
| [pleix-frontend](./pleix-frontend/) | No idea what `pleix` was supposed to be, but this was essentially just a bunch of experiments with [lit-html](https://lit.dev/) |
| [wave38](./wave38/) | Remake of [wave37](https://github.com/Mateiadrielrafael/wave37) I dropped super early into development. |