Skip to content

A complete game of chess with online and multiplayer capabilities. This started off as a class 12 Computer Science project, and rapidly grew to its current size!

Notifications You must be signed in to change notification settings

DIGSGameReCreationStudios/OCTPP-Chess-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCTPP-Chess-2015

A complete game of chess with online and multiplayer capabilities. This started off as a class 12 Computer Science project, and rapidly grew to its current size!

Prerequisites for compiling source code

  • Windows 7 and above
  • Microsoft Visual Studio 2013 or later

To install wxWidgets

Start the project

Installing cURL and libcurl

  • Download libcurl-7.19.3-win32-ssl-msvc.zip from http://curl.haxx.se/download/trash/
  • Extract all files to a directory without using spaces.
  • Open OCTPP (the project you created) in Visual Studio.
  • In the Solution Explorer, right-click on the project file and select Properties.
  • Under the tab Configuration Properties -> VC++ Directories, add the "include" folder of the cURL download to the "Include Directories" field. Also add the path of "lib/Release" in the cURL folder to the "Library Directories" field.
  • For good measure, under the C/C++ tab, add the Include directory like you did in the last step.
  • Similarly, open the Linker tab and add the library directory from cURL under "Additional Library Directories".
  • Finally, expand Linker in the properties. Under the "Input" tab, make sure "curllib.lib" is one of the "Additional Dependencies". If not, then add it.

Building the project

Contact Us

  • If something goes wrong, or for any other queries, feel free to send an email to [email protected].

About

A complete game of chess with online and multiplayer capabilities. This started off as a class 12 Computer Science project, and rapidly grew to its current size!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •