tdeveloper.html - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
tdeveloper.html (1946B)
---
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5
6 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
7
8 <head>
9 <title>Notes for developers</title>
10 <meta charset="utf-8"/>
11 </head>
12
13 <body>
14 <h1>Notes for developers</h1>
15
16 <p>You are free to make whatever changes to the code you wish, as long as you
17 abide by the terms set out in the <a href="LICENCE">GNU General
18 Public License</a>. Obviously, I only have a limited amount of time to devote
19 to dopewars development, and so encourage discussion of the dopewars code,
20 documentation and concept, and particularly welcome suggested improvements.</p>
21
22 <p>You are free to distribute modified versions of the code,
23 again subject to the license, but I also welcome additions to the code
24 via <a href="https://github.com/benmwebb/dopewars/pulls">pull requests</a>.
25 If I choose to include this code in a new dopewars version, you will of
26 course be credited in the changelog (unless, of course, you don't want to
27 be).</p>
28
29 <p>If you wish to write your own client to connect to a dopewars server, then
30 you need to understand the protocol that dopewars uses, which is
31 documented <a href="protocol.html">here</a>.</p>
32
33 <p>The definitive source on the internal workings of the dopewars game code
34 is the source code itself. It is not exactly "self-documenting", but I have
35 endeavoured to add sufficient documentation to the source where necessary;
36 any discussion here of the internal workings, however, may be incomplete, out
37 of date, and possibly misleading. Feel free to
38 <a href="https://github.com/benmwebb/dopewars/issues">open an issue</a>
39 with questions on this; I might possibly even know the answers!</p>
40
41 <hr />
42 <ul>
43 <li><a href="index.html">Main index</a></li>
44 </ul>
45 <p>
46 Last update: <b>05-12-2020</b><br />
47 Valid <a href="http://validator.w3.org/check/referer">XHTML 1.1</a>
48 </p>
49 </body>
50 </html>