DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: 106a55af94523d2dcca350a05b8b53d83bb93619 deck-builder/README.md -rw-r--r-- 521 bytes
106a55afJonni Liljamo chore: remove old-client-for-ref 1 year, 4 months ago
                                                                                
c99b97a1 skye
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Deck Builder (code-named 'laurelin')
See `dev` branch for latest changes.
---
A deck building game with multiplayer over a web API.

### Musl things for ttf2mesh
Add `#define PATH_MAX (4096)`
to `.cargo-cache/registry/src/github.com-1ecc6299db9ec823/ttf2mesh-sys-0.1.2/ttf2mesh/ttf2mesh.c`

### Commit conventions
Commits after 09.01.2023 MUST follow [Conventional Commits 1.0.0](https://www.conventionalcommits.org/en/v1.0.0/).

Things to remember:
* everything lowercase
* allowed scopes are `sdbapi` and `sdbclient`