Skip to content

allenmqcymp/Haskell-Maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Haskell-Maze

Motivation

This is a simple maze game I created to learn about functional programming. After completing this project, I learned how to represent state-fulness in a functional paradigm, as well as about types, functional purity, closures, and higher-order recursion.

Code

All the code is (currently) in the Main.hs file. I will be adding additional functionality soon. This will be in the /src file.

The maze utilizes the CodeWorld API:

http://hackage.haskell.org/package/codeworld-api-0.2.0.0/docs/CodeWorld.html

Running

The easiest way to run is simply to copy and paste Main.hs into http://code.world/#haskell from which the program can be readily run in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published