diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html index 80c2f3b..12cc667 100644 --- a/src/app/about/about.component.html +++ b/src/app/about/about.component.html @@ -28,13 +28,14 @@

Origin

After 3 years of high school, we chose different paths for the future, but remained close friends. Because we no longer met that often, Magnus came up with the idea for me to digitalise the game - he knew I had already been programming for several years. I accepted the challenge and started immediately. The original - code was horrible, and I very quickly stopped development on the project. + code was horrible, and I very quickly got burned out and stopped development on the project.

- Several long pauses and many complete rewrites later, we're here. At a web-based client for the game. As for - why I chose web – I originally tried making different types of native clients, but I saw that the industry - was moving a lot towards web. In addition to this, a web-based platform will always mean better device - support, e.g. mobile. So here it is, our 'classic' board game, but as a web application. + Several long breaks and complete rewrites later, we're here – a web-based client for the game. As for why I + chose web – I originally tried making different types of native clients, but I saw that the industry was + moving a lot towards web. In addition to this, a web-based platform will always mean better device support, + e.g. mobile. So here it is, our 'classic' board game, but as a web application. The source code of this + project is open source and publicly available on GitHub.

Rules

diff --git a/src/app/changelog/changelog.component.html b/src/app/changelog/changelog.component.html index d7acdf4..11a4d04 100644 --- a/src/app/changelog/changelog.component.html +++ b/src/app/changelog/changelog.component.html @@ -8,7 +8,7 @@

Version 0.3.1

  • Added website icon
  • Removed end turn button
  • Fixed page title
  • -
  • Updated rules
  • +
  • Updated about page & rules
  • Version 0.3.0