Parallel Turn-based Engine Code
Library for creating turn-based games with simultaneous moves.
Status: Abandoned
Brought to you by:
o01eg
File | Date | Author | Commit |
---|---|---|---|
cmake | 2013-09-11 |
![]() |
[091156] LIB: Start support for DBMS. |
demo | 2013-11-14 |
![]() |
[67ae6f] DEMO: Qt4: Implement changing ready status. |
doc | 2014-05-28 |
![]() |
[9d4476] Fork to CBOR support. |
include | 2014-07-13 |
![]() |
[914ff5] More fixes. |
src | 2014-07-13 |
![]() |
[5631b2] Start to use ASIO in server. |
.hgignore | 2013-07-20 |
![]() |
[8d5485] Ignore different build-* folders. |
.hgtags | 2013-11-14 |
![]() |
[1126b8] Added tag 0.0-alpha2.0 for changeset a7f2d9e65d48 |
CMakeLists.txt | 2014-07-12 |
![]() |
[78539e] Use ASIO library for network interaction. |
LICENSE | 2013-02-10 |
![]() |
[363e87] LIB: Use MIT license. |
README.md | 2014-07-12 |
![]() |
[78539e] Use ASIO library for network interaction. |
ptbe.pc.in | 2013-03-28 |
![]() |
[c9524d] LIB: Add installation of the library and header... |
For WINDOWS use MS VS 2013 with 2013 November CTP.
cmake -DUSE_UI=qt4 -DUSE_DB=sqlite-bundled -T CTP_Nov2013
Read the documentation from doc/