An open API service indexing awesome lists of open source software.

https://github.com/gollyticker/telegame

travel through space and time and solve intriuging puzzles by helping your past and future! a prototype in Haskell compiling to a web-game
https://github.com/gollyticker/telegame

games haskell prototype website

Last synced: 5 months ago
JSON representation

travel through space and time and solve intriuging puzzles by helping your past and future! a prototype in Haskell compiling to a web-game

Awesome Lists containing this project

README

        

# Telegame
Telegame (working title) is a prototype for a game on space and time teleportation that focuses on intuitive play and logical consistency. The prototype will be availiable soon on the web.

Installation requirements:

- [Haskell Stack command](https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjA-vTNgbncAhUB8ywKHY0FAGoQFggzMAA&url=https://www.haskellstack.org/&usg=AOvVaw0oj6npe5E3k6qeHPvmB1WU)

Setup:

stack setup
This will install a local version of ghc dependencies. This will take a few minutes initially.

stack build
Build the project and it's dependencies.

Interactive mode:

stack ghci src/Maps.hs