Initial commit

This commit is contained in:
WatermelonModders
2022-05-31 12:35:46 -04:00
commit fc5cb0c32c
4097 changed files with 447075 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# hm_gameserver #
hm_gameserver is a HearthStone hearthmod gameserver. This server daemon is part of hearthmod stack which allows user to create custom modes and cards.
## Dependencies ##
- libev >= 4.22
- libjson-c >= 0.11
- libcouchbase >= 2.5.8
- libhmbase >= 0.1
## Compatiblity ##
hm_gameserver is compatible with HearthStone client 5.2.x.
## Compilation ##
cd hm_gameserver && make
# This is not a standalone project!
[hm_gameserver](https://github.com/farb3yonddriv3n/hm_gameserver) is part of [hearthmod software stack](https://github.com/hearthmod/hearthmod)