Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 936 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 936 Bytes

jump

Description

Simple game based on T-Rex Google game with very confusing way of supplying user input

This software is written for the Functional Programming course at the AGH University of Science and Technology in Cracow.

Installation

  • Install haskell platform
  • Install elm
  • clone repo and enter it (cd jump/)
  • launch following commands:
  1. stack setup - haskell environment preparation
  2. ./elm-setup - elm environment preparation
  3. ./build - haskell application building process
  4. ./run - elm application compilation and starting server
  • on your phone navigate to <your IP>:4000/sender.html - its the input grabber based on gyroscope
  • in browser navigate to localhost:4000/game.html - actual game with jumping something ^^

Authors

Mateusz Front

Bartłomiej Bukowski