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

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)

Awesome Lists containing this project

README

        

BasicSolitaire
==============

Classic Solitaire with autoplay written a long time ago in QBasic

![screenshot](https://raw.github.com/wiki/csirmaz/BasicSolitaire/solit.gif)

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).