Commit d1da34bcf14a988bafb445f80f27946798b9d3a5

Authored by Georg Hopp
1 parent 1129a1d6

improve README.md

Showing 2 changed files with 24 additions and 7 deletions
1   -# Gameserver
2   -
3   -# abstract
  1 +# gameserver
4 2
5 3 The intention was to create a MMO gameserver in C. This was one of the basics
6 4 for taskrambler and is no longer actively maintained.
7 5
8   -# requirements
  6 +## Requirements
  7 +
  8 + * GNU C
  9 +
  10 +## Contributing
  11 +
  12 +Just email me.
  13 +
  14 +## License
9 15
10   -Gnu C
  16 + This program is free software: you can redistribute it and/or modify
  17 + it under the terms of the GNU General Public License as published by
  18 + the Free Software Foundation, either version 3 of the License, or
  19 + (at your option) any later version.
  20 +
  21 + This program is distributed in the hope that it will be useful,
  22 + but WITHOUT ANY WARRANTY; without even the implied warranty of
  23 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  24 + GNU General Public License for more details.
  25 +
  26 + You should have received a copy of the GNU General Public License
  27 + along with this program. If not, see <http://www.gnu.org/licenses/>.
11 28
12   -# status
  29 +## Author
13 30
14   -abandoned
\ No newline at end of file
  31 +Georg Hopp <georg@steffers.org>
... ...
Please register or login to post a comment