aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 2d2da0058bdb7ddcee6f2e1eff98f775ea009ddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
                        ━━━━━━━━━━━━━━━━━━━━━━
                               LKN-CORE
                        ━━━━━━━━━━━━━━━━━━━━━━

Table of Contents
─────────────────
1. Overview
2. Contributing



1. Overview
═══════════

  lkn-core is a framework for creating game servers. It is written in
  Elixir and implements a home-grown ECS supervisor tree and a
  mechanism to dynamically spawn new instances for incoming players
  whenever it is necessary.

2. Contributing
═══════════════

  lkn-core is a Free Software distributed under the terms of the
  AGPLv3+ License. The codebase is mainly hosted at the Nest[1], using
  the pijul vcs[2].

  If you want to submit a patch, feel free to do so in the manner you
  find the more appropriate. For instance, you can:
  · send me a patch using the Nest (pijul)
  · send me an email with your (binary) patches

  The most important thing is: by providing me a patch, you agree it
  may become available to the lkn-core users under the terms of the
  AGPLv3+ license. Moreover, consider lkn-core will soon be published
  to Hex.mp and so will be your contributions if they find their way
  to the master branch.

  [1] https://nest.pijul.com/lthms/lkn-core
  [2] https://pijul.org