From a5111c43bae9d72a1d5abcadccb82f525155e43d Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 16 Nov 2023 13:33:13 -0500 Subject: added better attribution --- README.md | 4 ++-- 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 @@ -# wittle-generator +# wittle -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). +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 @@ var totalSeconds = #{(Time.now.tomorrow.beginning_of_day - Time.now).to_i + 1} setTime() var timerInterval = setInterval(setTime, 1000); -%p.summary Wittle was created by Hatkirby, with major help from Sigma144 (who wrote the puzzle generation code) and jbzdarkid (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 hatkirby on Discord, and you can also find me in the Witness Speedrunning server. +%p.summary Wittle was created by Hatkirby, with major help from Sigma144 (who wrote the puzzle generation code) and jbzdarkid (who wrote the puzzle solving web interface). The source code is available here. If you encounter any bugs, or have feedback regarding puzzle difficulty level, feel free to contact me! I am hatkirby on Discord, and you can also find me in the Witness Speedrunning server. %p.summary There is an archive of past puzzles for those interested. -- cgit 1.4.1