# project_acpc_server **Repository Path**: echenyu/project_acpc_server ## Basic Information - **Project Name**: project_acpc_server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Annual Computer Poker Competition (ACPC) The code is a pristine copy of http://www.computerpokercompetition.org/downloads/code/competition_server/project_acpc_server_v1.0.42.tar.bz2 with some minor changes: 1) Deletion of: - protocol.odt - protocol.pdf 2) We moved the files game.c, net.c and rng.c to be C++ and we add a namespace to them to prevent collisions. 3) We remove the define of `__STDC_FORMAT_MACROS`, which should be replaced by a flag.