Skip to content

Commit 50c660d

Browse files
committed
Add features & versioning in README
1 parent f3a473f commit 50c660d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,24 @@ Round finished: winnerSide=T ; score=16:13
115115
```
116116
</details>
117117

118+
## Features
119+
120+
* Game events
121+
* Access to entities, server-classes & data-tables
122+
* Access to all net-messages
123+
* Chat & console messages <sup id="achat1">1</sup>
124+
* [Easy debugging](###Debugging) via build-flags
125+
* Built with concurrency in mind
126+
127+
1. <small id="f1">Only for some demos; in MM demos the chat is encrypted for example.</small>
128+
129+
## Versioning
130+
131+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/markus-wa/demoinfocs-golang/tags).
132+
There is one caveat however: Beta features - which are marked as such via comments and in release notes - may change in minor releases.
133+
134+
It's recommended to use some kind of dependency management system such as [dep](https://github.com/golang/dep) to ensure reproducible builds.
135+
118136
## Development
119137

120138
### Running tests

0 commit comments

Comments
 (0)