aboutsummaryrefslogtreecommitdiff
path: root/src/View/Game.elm
AgeCommit message (Expand)Author
2016-09-04Upgrade to elm 0.17.1Joris
2015-12-30Make the player bigger with each pointJoris
2015-11-15Change points move type and speed at each levelJoris
2015-11-15Add levels which only change the board color every 20 pointsJoris
2015-11-14Display the game at fullscreenJoris
2015-11-13Clean up unused Graphic related codeJoris
2015-11-13Display the game with svgJoris
2015-05-10Updating elm version to 0.15Joris Guyonvarch
2015-03-15Displaying the last score in elm graphics instead of in helm htmlJoris Guyonvarch
2015-03-15Moving boardSize to Game modelJoris Guyonvarch
2015-03-08Showing the score at the end of each roundJoris Guyonvarch
2015-03-07Show best score in html layoutJoris Guyonvarch
2015-03-07Decomposition of view into two files: page and gameJoris Guyonvarch