diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-16 13:33:13 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-16 13:33:13 -0500 |
commit | a5111c43bae9d72a1d5abcadccb82f525155e43d (patch) | |
tree | 786f65b995aa121ae17fe91e783dcf3e1d18dc31 /app/views | |
parent | 953d1888123df8b294203f1b44b5f462ea6885de (diff) | |
download | wittle-a5111c43bae9d72a1d5abcadccb82f525155e43d.tar.gz wittle-a5111c43bae9d72a1d5abcadccb82f525155e43d.tar.bz2 wittle-a5111c43bae9d72a1d5abcadccb82f525155e43d.zip |
added better attribution
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/wittle/puzzles/about.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wittle/puzzles/about.html.haml b/app/views/wittle/puzzles/about.html.haml index 2abf1ad..f1f7aa0 100644 --- a/app/views/wittle/puzzles/about.html.haml +++ b/app/views/wittle/puzzles/about.html.haml | |||
@@ -49,5 +49,5 @@ | |||
49 | var totalSeconds = #{(Time.now.tomorrow.beginning_of_day - Time.now).to_i + 1} | 49 | var totalSeconds = #{(Time.now.tomorrow.beginning_of_day - Time.now).to_i + 1} |
50 | setTime() | 50 | setTime() |
51 | var timerInterval = setInterval(setTime, 1000); | 51 | var timerInterval = setInterval(setTime, 1000); |
52 | %p.summary Wittle was created by <a href="https://www.fourisland.com/">Hatkirby</a>, with major help from <a href="https://github.com/sigma144/">Sigma144</a> (who wrote the puzzle generation code) and <a href="https://github.com/jbzdarkid">jbzdarkid</a> (who wrote the puzzle solving web interface). If you encounter any bugs, or have feedback regarding puzzle difficulty level, feel free to contact me! I am <code>hatkirby</code> on Discord, and you can also find me in the <a href="https://discord.gg/0nJwyUyYIfTEgSz0">Witness Speedrunning server</a>. | 52 | %p.summary Wittle was created by <a href="https://www.fourisland.com/">Hatkirby</a>, with major help from <a href="https://github.com/sigma144/witness-randomizer">Sigma144</a> (who wrote the puzzle generation code) and <a href="https://github.com/jbzdarkid/jbzdarkid.github.io">jbzdarkid</a> (who wrote the puzzle solving web interface). The source code is available <a href="https://code.fourisland.com/wittle">here</a>. If you encounter any bugs, or have feedback regarding puzzle difficulty level, feel free to contact me! I am <code>hatkirby</code> on Discord, and you can also find me in the <a href="https://discord.gg/0nJwyUyYIfTEgSz0">Witness Speedrunning server</a>. |
53 | %p.summary There is an <a href="#{ archive_path }">archive of past puzzles</a> for those interested. | 53 | %p.summary There is an <a href="#{ archive_path }">archive of past puzzles</a> for those interested. |