Blob


1 <!doctype html>
2 <html lang=en>
3 <meta charset=utf-8>
4 <title>Game of Trees</title>
5 <meta name="description" content="the main Game of Trees page">
6 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
7 <link rel="canonical" href="https://gameoftrees.org/index.html">
8 <link rel="stylesheet" href="openbsd.css">
10 <table id="project-main" class="not-openbsd">
11 <tr class="align-top">
12 <td>
14 <h1>About Got</h1>
15 <ul>
16 <li><a href="goals.html">Project Goals</a>
17 <li><a href="releases/CHANGES">Change Log</a>
18 </ul>
19 <h1>Resources</h1>
20 <ul>
21 <li><a href="manual.html">Manual Pages</a>
22 <li><a href="got.1.html#EXAMPLES">Examples</a>
23 <li><a href="faq.html">FAQ</a>
24 <li><a href="code.html">Source Code</a>
25 <li><a href="comparison.html">Comparison to CVS, SVN, and Git</a>
26 <li><a href="https://www.openbsd.org/papers/eurobsdcon2019-gameoftrees.pdf">Presentation at EuroBSDcon</a>
27 <li><a href="https://www.openbsd.org/papers/fosdem2023-gotd.pdf">Presentation at FOSDEM</a>
28 <li><a href="https://lists.openbsd.org/cgi-bin/mj_wwwusr?user=&passw=&func=lists-long-full&extra=gameoftrees">Mailing List</a>
29 <li><a href="https://marc.gameoftrees.org/">List Archive 1</a>
30 <li><a href="https://marc.info/?l=gameoftrees">List Archive 2</a>
31 <li><a href="ircs://irc.libera.chat:6697/gameoftrees">IRC Channel</a>
32 <li><a href="https://matrix.to/#/#gameoftrees:matrix.org">Matrix Room</a>
33 </ul>
34 <h1>For OpenBSD</h1>
35 <ul>
36 <li><a href="install.html">Installation</a>
37 </ul>
38 <h1>For FreeBSD</h1>
39 <ul>
40 <li><a href="portable.html">Portable version</a>
41 </ul>
42 <h1>For NetBSD</h1>
43 <ul>
44 <li><a href="portable.html">Portable version</a>
45 </ul>
46 <h1>For Linux</h1>
47 <ul>
48 <li><a href="portable.html">Portable version</a>
49 </ul>
50 <h1>For DragonflyBSD</h1>
51 <ul>
52 <li><a href="portable.html">Portable version</a>
53 </ul>
54 <h1>For MacOS</h1>
55 <ul>
56 <li><a href="portable.html">Portable version</a>
57 </ul>
58 <td>
59 <h1 class="header">
60 <img src="got.png" height=243 width=400 alt="[Game of Trees]">
61 </h1>
63 <p id="callout">
64 <a href="releases/CHANGES">Game of Trees 0.99</a> released May 05, 2024
65 <br>
66 <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.99</a> released May 05, 2024
68 <p>
69 Game of Trees (Got) is a version control system which prioritizes ease
70 of use and simplicity over flexibility.
72 <p>
73 Got is still under development; it is being developed on
74 <a href="https://www.openbsd.org">OpenBSD</a> and its main target audience
75 are OpenBSD developers.
77 <p>
78 Got uses <a href="https://git-scm.org">Git</a> repositories to store
79 versioned data.
80 Git can be used for any functionality which has not yet been implemented in Got.
81 It will always remain possible to work with both Got and Git on the same
82 repository.
84 <p>
85 Game of Trees is developed by OpenBSD developers and other contributors.
86 The software is freely usable and re-usable by everyone under
87 a BSD license.
89 <blockquote>
90 <p>
91 <q>No mention of openbsd on the internet is complete without a long thread about source control migration.</q> &mdash; tedu@
92 </blockquote>
93 </table>