Skip to content

Releases: marceloboeira/BVGame

0.2.0

20 Feb 22:13
Compare
Choose a tag to compare
Release 0.2.0 👯‍♀️ 👯‍♂️

0.0.1

10 Feb 13:40
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-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