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
- Download the most recent version of Julia.
You can optionally use VsCode with the Julia VsCode plugin
- Enter the package mode by hitting
]and type the following:
add GoFishIf 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_namefollowed by
add GoFish