fluffynukeit / purescript-puzzler

Browser-based puzzle game written in purescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purescript-puzzler

Browser-based puzzle game written in purescript.

This is a game a I made as a learning exercise to explore:

  • Model-View-Intent architecture for applications.
  • purescript-signal library for FRP.
  • virtual-dom for stateless GUI rendering.

The code itself is pretty messy as I explored different concepts and tried to figure out various quirks of the constituent libraries, so please do not use this as an example of good architecture or style.

You can play the game here

About

Browser-based puzzle game written in purescript.

License:MIT License


Languages

Language:JavaScript 88.7%Language:PureScript 11.3%