blob: 5f6c9897c6ac0696e84ce9ed946e2c22512ff373 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
%p.summary <strong>Wittle</strong> gives you daily randomly-generated puzzles in the style of those from the 2016 indie game, <a href="http://the-witness.net">The Witness</a>. There are three difficulties of puzzles to choose from:
%h2#current-date= @normal_puzzle.created_at.strftime("%B %-d, %Y")
%nav#choose-difficulty
#normal-link
= link_to "Normal", @normal_puzzle
- if @normal_solved
%p.puzzle-status Solved!
- elsif @normal_started
%p.puzzle-status Started
#hard-link
= link_to "Hard", @hard_puzzle
- if @hard_solved
%p.puzzle-status Solved!
- elsif @hard_started
%p.puzzle-status Started
#expert-link
= link_to "Expert", @expert_puzzle
- if @expert_solved
%p.puzzle-status Solved!
- elsif @expert_started
%p.puzzle-status Started
%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>.
%p.summary There is an <a href="#{ archive_path }">archive of past puzzles</a> for those interested.
|