Skip to content

louissalin/Mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mazes

I recently bough Mazes for Programmers and wanted to code the algorithms in Haskell. The maze is generated and then rendered using OpenGL, using code I stole from Elise Huard and her book, Game in Haskell

to build

using cabal:

$ cabal sandbox init
$ cabal install
$ cabal build

to run

the executable takes a grid size as a parameter and renders the generated maze in a 640x480 window.

$ cabal run 20

or

$ ./dist/build/maze/maze 15

About

Maze building and rendering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published