DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

ref: f95462c1f78a1efe2a77aba31952a9b7887b5af3 deck-builder/README.md -rw-r--r-- 423 bytes
f95462c1Jonni Liljamo feat(shared): setup server protocol configuration 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
# Deck Builder (code-named 'laurelin')
See `dev` branch for latest changes.
---
A deck building game with multiplayer over a web API.

Personal project turned into school project.

### 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 `shared`, `client`, `server` and `api`