Skip to content

Arcidev/Card-Game

Repository files navigation

Card-Game

Requirements

  • Platform: Linux or Windows
  • OpenSSL 1.1.0i (x64 DLL/lib included for Windows)
  • PostgreSQL 11 (x64 DLL/lib included for Windows)
  • C++20
  • C# 11.0 (.Net 7.0)

Build Status

Build status Build Status

How to build and run:

Windows (Automated for MS Visual Studio 16):

Server:
  Copy DLL files from directory Server/DLL to directory where you have built executable
  Initialize PostgreSQL Database from Server/SQL and provide config to CardGame.conf file
Client:
  Copy directory Client/Assets to directory where you have built an executable

UNIX-like systems:

Server:
  Build application via script BUILD or BUILD_REALEASE
  Initialize PostgreSQL Database from Server/SQL and provide config to CardGame.conf file (must be copied from Server folder)
Client:
  Not officially supported yet

Copyright

License

Links

Wiki