Skip to content

Commit

Permalink
chore: improve about page
Browse files Browse the repository at this point in the history
  • Loading branch information
soni801 committed Jun 9, 2024
1 parent d4bd23b commit 0931d34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions src/app/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,14 @@ <h3>Origin</h3>
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.
</p>
<p>
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 <a href="https://github.com/soni801/xwars-web" target="_blank">GitHub</a>.
</p>
<h3>Rules</h3>
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/changelog/changelog.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3>Version 0.3.1</h3>
<li class="added">Added website icon</li>
<li class="removed">Removed end turn button</li>
<li class="changed">Fixed page title</li>
<li class="changed">Updated rules</li>
<li class="changed">Updated about page & rules</li>
</ul>
<h3>Version 0.3.0</h3>
<ul>
Expand Down

0 comments on commit 0931d34

Please sign in to comment.