Skip to content

Commit

Permalink
Merge pull request #9 from ChrisAcrobat/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ChrisAcrobat committed Apr 13, 2020
2 parents 6fd66e1 + b747270 commit 8b77965
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions LiveCipherer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-19585800-9"></script>
<script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-19585800-9');</script>
<meta charset="UTF-8">
<title>Wolfpack: Live Cipherer</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wolfpack: Live Cipherer
Live Cipherer is a fan-made tool written in HTML ([link](http://chrisacrobat.github.io/Wolfpack-Live-Cipherer/)) to use with the game [Wolfpack](http://wolfpackgame.com/) for crypting and decrypting messages faster.
Live Cipherer is a fan-made tool written in HTML ([open page](https://chrisacrobat.github.io/Wolfpack-Live-Cipherer/)) to use with the game [Wolfpack](http://wolfpackgame.com/) for crypting and decrypting messages faster.

Current version of Live Cipherer is compatible with Wolfpack `Patch 0.22`, but I do expect the capability to change in the future because I think that the developers are aiming to implement some version of the Enigma's plugboard as well.

Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html id="frontpage">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-19585800-9"></script>
<script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-19585800-9');</script>
<meta charset="UTF-8">
<title>Wolfpack: Live Cipherer</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
Expand Down

0 comments on commit 8b77965

Please sign in to comment.