Skip to content

0.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@marceloboeira marceloboeira released this 10 Feb 13:40
· 38 commits to master since this release

v0.0.1 - First "playbable"

Up to this point the game is quite raw:

  1. You load the page
  2. Click start
  3. See the Statation
  4. Select one of the 9 possible U-Bahn lines
  5. Repeat steps 3 and 4 for 5 rounds
  6. 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