项目作者: wajahatkarim3

项目描述 :
A chess game in C++ with multiplayer using console graphics.
高级语言: C++
项目地址: git://github.com/wajahatkarim3/ChessGameCPP.git
创建时间: 2018-02-17T19:53:05Z
项目社区:https://github.com/wajahatkarim3/ChessGameCPP

开源协议:Apache License 2.0

下载


ChessGameCPP

A chess game in C++ with multiplayer using console graphics.

I created this project back in 2009 when I was a sophomore in 3rd semester in graduation as a learning project in C++. I used simple console graphics using various characters with various colors by cout<< identifier.

Code

You can find the code in ChessGame.cpp file. I developed in using Dev C++ compiler at that time.

Game Images


Developed By

  1. Wajahat Karim

License

  1. Copyright 2017 Wajahat Karim
  2. Licensed under the Apache License, Version 2.0 (the "License");
  3. you may not use this file except in compliance with the License.
  4. You may obtain a copy of the License at
  5. http://www.apache.org/licenses/LICENSE-2.0
  6. Unless required by applicable law or agreed to in writing, software
  7. distributed under the License is distributed on an "AS IS" BASIS,
  8. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  9. See the License for the specific language governing permissions and
  10. limitations under the License.