This repository contains a preconfigured Haskell development environment, allowing you to start coding in Haskell with zero installation using Gitpod and a browser-based version of VS Code.
The environment contains a guided Hangman project, designed as a companion to the second part of EMURGO Academy's Haskell course.
- Fork this repository
- Copy the link to your new repository and prefix it with "https://gitpod.io/#" in your browser
- Click
Continue with GitHubandAuthorize gitpod-io - Wait for the environment to build. This can take a while the first time.
- Select "VS Code Browser" as your editor.
As you attend the live sessions, complete each of the assignments in the /assignments directory, making changes to the associated .hs files in the /solutions directory.
As you complete the assignments, stage, commit and push your changes to Github using the Source Control tab in the left panel.