README-JacksOrBetter-source

Copyright 2000
Kristopher D. Johnson

This is the source code for JacksOrBetter, for use with the Quartus Forth development environment (available from http://www.quartus.net). The complete source collection consists of a set of source files (in both ASCII text format and as Doc-format databases) and the JacksOrBetterRsrc resource database.

Code updates and other resources for this program are available at http://videopoker.sourceforge.net.

To use the source with Quartus Forth, first transfer the source files and the resource database onto your PDA (using Palm Desktop, IR beaming, pilot-tools, or whatever), launch Quartus Forth, then enter the following into the console (with a carriage return at the end of each line):

  needs docinc
  docinclude VP

After loading the source, you can run the program inside Quartus Forth by entering this:

  go

To build a standalone JacksOrBetter executable, enter this:

  docinclude VP-make

Enjoy!
