Building CypherPoker from scratch - monicanagent/cypherpoker GitHub Wiki
On Windows
These instructions apply to the "trunk" version of the source code. This is the most current but also most unstable version since this is the primary development location. For stable builds, retrieve and compile one of the code branches: https://github.com/monicanagent/cypherpoker/branches
- Set up your development environment: https://github.com/monicanagent/cypherpoker/wiki/Setting-up-the-development-environment
- Open and compile the individual sub-projects in the following order:
a) CryptoWorker (https://github.com/monicanagent/cypherpoker/blob/master/Libraries/P2P3/CryptoWorker/CryptoWorker.as3proj)
b) Poker Card Game (https://github.com/monicanagent/cypherpoker/blob/master/GameEngines/PokerCardGame/PokerCardGame.as3proj)
c) Lounge (https://github.com/monicanagent/cypherpoker/blob/master/Lounge/web/Lounge-web.as3proj)
Final binary output is generated into the root "bin-output" directory.
Information on opening FlashDevelop project files: https://github.com/monicanagent/cypherpoker/wiki/Opening-a-project
Information on compiling FlashDevelop projects: https://github.com/monicanagent/cypherpoker/wiki/Compiling-a-project