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="https://cgit.freebsd.org/ports/log/devel/got"
41 >FreeBSD port</a>
42 </ul>
43 <h1>For NetBSD</h1>
44 <ul>
45 <li><a href="portable.html">Portable version</a>
46 </ul>
47 <h1>For Linux</h1>
48 <ul>
49 <li><a href="portable.html">Portable version</a>
50 </ul>
51 <h1>For DragonflyBSD</h1>
52 <ul>
53 <li><a href="portable.html">Portable version</a>
54 </ul>
55 <h1>For MacOS</h1>
56 <ul>
57 <li><a href="portable.html">Portable version</a>
58 </ul>
59 <td>
60 <h1 class="header">
61 <img src="got.png" height=243 width=400 alt="[Game of Trees]">
62 </h1>
64 <p id="callout">
65 <a href="releases/CHANGES">Game of Trees 0.97</a> released March 11, 2024
66 <br>
67 <a href="releases/portable/CHANGELOG">Game of Trees -portable 0.97</a> released March 11, 2024
69 <p>
70 Game of Trees (Got) is a version control system which prioritizes ease
71 of use and simplicity over flexibility.
73 <p>
74 Got is still under development; it is being developed on
75 <a href="https://www.openbsd.org">OpenBSD</a> and its main target audience
76 are OpenBSD developers.
78 <p>
79 Got uses <a href="https://git-scm.org">Git</a> repositories to store
80 versioned data.
81 Git can be used for any functionality which has not yet been implemented in Got.
82 It will always remain possible to work with both Got and Git on the same
83 repository.
85 <p>
86 Game of Trees is developed by OpenBSD developers and other contributors.
87 The software is freely usable and re-usable by everyone under
88 a BSD license.
90 <blockquote>
91 <p>
92 <q>No mention of openbsd on the internet is complete without a long thread about source control migration.</q> &mdash; tedu@
93 </blockquote>
94 </table>