https://github.com/neolit123/bulls
bulls & cows game in portable C
https://github.com/neolit123/bulls
ansi-c bulls-and-cows c
Last synced: 3 months ago
JSON representation
bulls & cows game in portable C
- Host: GitHub
- URL: https://github.com/neolit123/bulls
- Owner: neolit123
- Created: 2014-07-30T22:42:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T15:02:34.000Z (over 7 years ago)
- Last Synced: 2024-10-15T10:41:15.446Z (about 1 year ago)
- Topics: ansi-c, bulls-and-cows, c
- Language: C
- Size: 2.93 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
BULLS AND COWS
[text game]
At one point I've looked for a 'bulls and cows' game and didn't find any
portable ones. They were either for POSIX targets only or had heavy GUI
dependencies. So I wrote this one.
The source code is ANSI C and you should be able to compile on pretty much
any platform that has a C compiler.
Author:
Lubomir I. Ivanov (neolit123[at]gmail.com)
Year written:
2013-2014
This project's source code is released in the public domain without warranty
of any kind.