Version 0 of Whitejack

Updated 2015-06-25 13:53:24 by MiHa

if 0 {


Introduction

MiHa 2015-06-24: One of the example-programs on my HelloWorld-page creates a deck of cards,
so I had the idea to expand that into a simple cardgame.

Blackjack is quite simple, and with (debug-)options to show the cards "in the open", this would nicely double as a turorial and a trainer.

With ideas and code from the following pages:

}


Program 1

 # Whitejack.tcl - MiHa - 2015-06-23
 # http://wiki.tcl.tk/41446
 # http://ideone.com/xxx

  puts "Whitejack:"
---------

 # EOF #
----
**Output**

Whitejack:

Start with 'n' to get a fresh pack of cards.


Comments

MiHa 2015-06-26: The most basic functionality is done,

Remarks

This is the Alpha-version, there will be bugs, so use with caution
... with regard to changing values outside the proc.