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 --- app/views/wittle/puzzles/about.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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