
About
Snake II is a 1998 mobile phone game for the Nokia 7110, a sequel to Nokia's original Snake for the Nokia 6110. Level 0 is a Snake clone written in Haskell using SDL, described by its author as fast with readable code; it supports loading custom maps and keeps a scoreboard. It's distributed on Hackage and can be installed with `cabal install Level0`.
How it differs from the original
It adds custom map loading and a persistent scoreboard on top of the basic Snake formula.
Getting started
Install it from Hackage with `cabal install Level0`. It needs SDL and SDL-ttf plus a font file, defaulting to looking for TerminusBold.ttf at a fixed system font path.