Releases: marceloboeira/BVGame
Releases · marceloboeira/BVGame
0.2.0
0.0.1
v0.0.1 - First "playbable"
Up to this point the game is quite raw:
- You load the page
- Click start
- See the Statation
- Select one of the 9 possible U-Bahn lines
- Repeat steps 3 and 4 for 5 rounds
- See a "end-game" screen with your score
Limitations:
- Only 6 stations are available
- The stations always appear in the same order
- No support for mobile devices / screen sizes
Technically:
- No significant abstractions, mainly adding everyting to "Application.elm"
- No significant testing, only some samples to learn about
elm-explorations/test
. - No CSS/JS pipeline (uglify/minimize)
- No HTML/CSS optmizations