Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeyespo-archive/checkers-c
This is my first game written in 2001-2002 to get a better understanding of Win32 and C++ development.
https://github.com/joeyespo-archive/checkers-c
Last synced: about 6 hours ago
JSON representation
This is my first game written in 2001-2002 to get a better understanding of Win32 and C++ development.
- Host: GitHub
- URL: https://github.com/joeyespo-archive/checkers-c
- Owner: joeyespo-archive
- License: other
- Created: 2011-03-13T04:52:48.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-03-13T04:54:28.000Z (over 13 years ago)
- Last Synced: 2024-05-23T04:35:19.612Z (6 months ago)
- Language: C++
- Homepage:
- Size: 859 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-first-code - joeyespo-archive/checkers-c
README
Checkers (C++)
==============This is my first game written in 2001-2002 to get a better understanding of
Win32 and C++ development. This project was abandoned after completing most
of the two-player mode (labeled "single player" in the application).Playing
=======To play the game, run the application and click "single player". You can
then play another person by taking turns moving the pieces on the board.