GoFish.jl

GoFish.jl is a Julia package for playing and simulating the card game Go Fish. Use the panel on the left to navigate through the documentation.

Installation

  1. Download the most recent version of Julia.

You can optionally use VsCode with the Julia VsCode plugin

  1. Enter the package mode by hitting ] and type the following:
add GoFish

If you prefer to install to a project specific Julia environment, cd to your project directory (use ; to access the terminal within Julia), and hit ] to enter package model and type

activate your_package_name

followed by

add GoFish