Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.