Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulkastel/gamechess
I found tutorial for Chess wrote in Java, and rewrite code to C++ language. This is playable version of game for two players in console mode. By entering source and target position you can move and capture pieces and by capturing opponents king win the game.
https://github.com/paulkastel/gamechess
chess chess-game console-application cplusplus game object-oriented
Last synced: about 21 hours ago
JSON representation
I found tutorial for Chess wrote in Java, and rewrite code to C++ language. This is playable version of game for two players in console mode. By entering source and target position you can move and capture pieces and by capturing opponents king win the game.
- Host: GitHub
- URL: https://github.com/paulkastel/gamechess
- Owner: paulkastel
- Created: 2017-05-07T14:14:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T14:55:26.000Z (over 7 years ago)
- Last Synced: 2024-11-09T11:44:12.132Z (about 2 months ago)
- Topics: chess, chess-game, console-application, cplusplus, game, object-oriented
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameChess
Chess Game:
2 players, switching turns, valid movement, capturing, displaying current states, documentation.In this game you win by capturing a king.