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
- Host: GitHub
- URL: https://github.com/gollyticker/telegame
- Owner: GollyTicker
- License: gpl-3.0
- Created: 2018-04-27T20:24:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-14T01:12:24.000Z (almost 6 years ago)
- Last Synced: 2024-10-17T16:21:48.570Z (8 months ago)
- Topics: games, haskell, prototype, website
- Language: Haskell
- Homepage:
- Size: 266 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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