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 | |
parent | 953d1888123df8b294203f1b44b5f462ea6885de (diff) | |
download | wittle-a5111c43bae9d72a1d5abcadccb82f525155e43d.tar.gz wittle-a5111c43bae9d72a1d5abcadccb82f525155e43d.tar.bz2 wittle-a5111c43bae9d72a1d5abcadccb82f525155e43d.zip |
added better attribution
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | app/views/wittle/puzzles/about.html.haml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 28d37c6..f42a9fe 100644 --- a/README.md +++ b/README.md | |||
@@ -1,3 +1,3 @@ | |||
1 | # wittle-generator | 1 | # wittle |
2 | 2 | ||
3 | Ruby gem that can generate Witness puzzles. Adapted from [Sigma144's Witness Random Puzzle Generator](https://github.com/sigma144/witness-randomizer), which is itself based on [darkid's Witness Randomizer](https://github.com/darkid/witness-randomizer). | 3 | Rails engine that generates Witness puzzles daily and presents them on a website. Adapted from [Sigma144's Witness Random Puzzle Generator](https://github.com/sigma144/witness-randomizer), which is itself based on [darkid's Witness Randomizer](https://github.com/darkid/witness-randomizer). The tracing UI is adapted from [darkid's witness-puzzles website](https://github.com/jbzdarkid/jbzdarkid.github.io). |
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. |