Haskell For Dilettantes, Part 3c: Homework 1, Exercise 3

Channel:
Subscribers:
8,160
Published on ● Video Link: https://www.youtube.com/watch?v=PoKEYbxRbjE



Duration: 28:32
470 views
12


Continuing Homework 1 from
Joachim Breitner's class https://www.seas.upenn.edu/~cis1940/fall16/. We reach Exercise 3, where we finally begin working on some of the functions that will be used in our Sokoban game. Many mistakes are made.

00:00:00 - Intro
00:02:25 - Drawing some boring boxes
00:06:10 - Implementing drawTile
00:12:00 - pictureOfMaze
00:13:50 - I forget how cartesian coordinates work
00:16:00 - Recursion!
00:19:00 - drawRows, drawColumns
00:23:30 - Success!
00:24:40 - Am I helping or hurting my viewers?

Join this channel to get access to perks; the "Thanks, peterb!" tier is a great way to show your support without breaking the bank, and the "Early Access" tier gets you access to most of my videos about a week early.

https://www.youtube.com/channel/UCd7i-ppmXgznXLKf-HsB2QQ/join







Tags:
Haskell
recursion
functional programming
pattern matching