https://github.com/csirmaz/basicsolitaire
Classic Solitaire with autoplay written a long time ago (QBasic)
https://github.com/csirmaz/basicsolitaire
card-game dos qbasic solitaire
Last synced: about 1 month ago
JSON representation
Classic Solitaire with autoplay written a long time ago (QBasic)
- Host: GitHub
- URL: https://github.com/csirmaz/basicsolitaire
- Owner: csirmaz
- License: mit
- Created: 2014-12-04T22:58:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T00:25:26.000Z (over 10 years ago)
- Last Synced: 2023-08-03T08:21:19.964Z (almost 2 years ago)
- Topics: card-game, dos, qbasic, solitaire
- Language: Visual Basic
- Homepage:
- Size: 141 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BasicSolitaire
==============Classic Solitaire with autoplay written a long time ago in QBasic

I uploaded this old project as it contains an algorithm to play classic solitaire
that might be interesting, although the code is a bit messy.Download the compiled version
[here](http://www.epcsirmaz.com/solit.exe) -
you can use [DosBox](http://www.dosbox.com/) to run it.Read the documentation in the [wiki](https://github.com/csirmaz/BasicSolitaire/wiki).