Arcidev / Card-Game

Online tactical card game for 2 players

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Online tactical card game for 2 players

License:GNU General Public License v3.0


Languages

Language:C++ 56.0%Language:C# 43.8%Language:Starlark 0.1%Language:Batchfile 0.0%Language:Shell 0.0%