Skip to content

Commit

Permalink
update castle escape download to windows installer link (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
grabartley authored May 1, 2023
1 parent 895d5af commit fc9d277
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
);
}
}
}(window.location))</script><link href=static/css/app.40453b2e0e2348754737f0491a7602c9.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=static/js/manifest.6f84140b5d25b208594d.js></script><script type=text/javascript src=static/js/vendor.64d2873e0d2b30a3635a.js></script><script type=text/javascript src=static/js/app.8d21a5f07955f039d343.js></script></body></html>
}(window.location))</script><link href=static/css/app.40453b2e0e2348754737f0491a7602c9.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=static/js/manifest.4bdb0449c39d6243978a.js></script><script type=text/javascript src=static/js/vendor.64d2873e0d2b30a3635a.js></script><script type=text/javascript src=static/js/app.4efbe3d7885a00352eed.js></script></body></html>
2 changes: 2 additions & 0 deletions docs/static/js/app.4efbe3d7885a00352eed.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/js/app.4efbe3d7885a00352eed.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/static/js/app.8d21a5f07955f039d343.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/js/app.8d21a5f07955f039d343.js.map

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Binary file added src/assets/windows-10-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/CastleEscape.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
I wrote my first small open source <strong>text-based adventure-puzzle game</strong> in C++ called <a href="https://github.com/grabartley/castle-escape" target="_blank" rel="noreferrer nofollow">Castle Escape</a>!
This was written in my spare time after my second year of B.Sc. study and I have since re-written the game in Java.
Both versions are played on the terminal.
The <a href="https://github.com/grabartley/castle-escape-java" target="_blank" rel="noreferrer nofollow">Java version</a> is <strong>available below</strong> and the source code for both can be found on my GitHub profile.
The <a href="https://github.com/grabartley/castle-escape-java" target="_blank" rel="noreferrer nofollow">Java version</a> is <strong>available below</strong> for Windows and the source code for both can be found on my GitHub profile.
<br><br>
<center><img src="../assets/castle-escape-logo.png" alt="The icon for Castle Escape"></center>
<br>
Expand All @@ -16,7 +16,7 @@
<br><br><strong>- Castle Escape's description</strong>
<br><br>
<div class="download-links">
<a title="Download the Java version of Castle Escape" href="https://github.com/grabartley/castle-escape-java/releases/download/v1.0.0/castleescape.jar" download rel="noreferrer nofollow"><img class="link-bubble" src="../assets/download-logo.png"></a>
<a title="Download Castle Escape Java for Windows" href="https://github.com/grabartley/castle-escape-java/releases/download/v1.0.0/Castle.Escape-1.0.0.msi" download rel="noreferrer nofollow"><img class="link-bubble" src="../assets/windows-10-logo.png"></a>
</div>
</div>
</div>
Expand Down

0 comments on commit fc9d277

Please sign in to comment.