Immerse yourself in a third-person, procedurally generated world, assuming the role of a wandering protagonist in pursuit of achieving the utmost score in the captivating game of "DOOM FROGGER CLUCKER". This project was assigned with the intention of furthering my familiarity with Haskell and its library Gloss.
cabal update
cabal install --lib gloss
git clone https://github.com/FredCunhaAfonso/LI1-Clucker.git
4. Get into the src directory
cd LI1-Clucker/src
ghc Main.hs
./Main
(if for some reason you ended up with some error/something missing ... my bad G 😔👍)
cd ..
cabal haddock --haddock-all
haddock -h -o doc/html src/*.hs
(Last Update: January 2nd) [1st Year|1st Semester]