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.
- Install haskell platform
- Install elm
- clone repo and enter it (
cd jump/
) - launch following commands:
stack setup
- haskell environment preparation./elm-setup
- elm environment preparation./build
- haskell application building process./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 ^^