7 comments

  • adamddev13 hours ago
    I thought this was about writing proofs with RPG the programming language and I was intrigued.<p>To make it clear that it is with an RPG (role playing game) it needs an &quot;an&quot; in the title.
    • SchwKatze2 hours ago
      Sorry, I didn&#x27;t even know RPG is a language, it&#x27;s too late to edit tho
    • mmooss2 hours ago
      &quot;Every monster is a proof. Bring back the ring before sunrise.&quot;
  • geckones1 hour ago
    The developer here! Thanks for all the feedbacks, here are some more info<p>There is a tutorial: <a href="https:&#x2F;&#x2F;dhilst.github.io&#x2F;algae" rel="nofollow">https:&#x2F;&#x2F;dhilst.github.io&#x2F;algae</a><p>The project (algae) is a algebraic specification tool. This means it is intended to allow you to write algebraic specs, in which you define your data types (sorts), operations (ops), and the the equations chatacterizing the operations (axioms). It is a formal specification technique. I designed because I want something to pratice&#x2F;improve my proof theory skills, so, distinct from Lean4 or Roqc, all the proof information is visible in the surface syntax, but it still lack ergonomics.<p>About the tutorial and the game, I want it to be &quot;proof theory introction&quot;-like but the generated proofs are really not as good as I want they to be. The dificult progressions does not exist, the help sometimes does not help, some lemmas provide the proof in their arguments. To fix that I will need to go proof by proof and fix the help manually and also work on the progression. The AI is terrible at generating the proofs (yes it was made with AI help but I have formal specs experience).<p>About the game, it may still be buggy, feel free to open issues at <a href="https:&#x2F;&#x2F;github.com&#x2F;dhilst&#x2F;algae&#x2F;issues" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dhilst&#x2F;algae&#x2F;issues</a>, and I will fix it. I want to provide a cool playground for ppl to learn proof theory and for me to pratice it too.
  • bartleeanderson1 hour ago
    Yeah, adding the tutorial before letting them battle monsters would only be fair.
  • marktani2 hours ago
    I sort of reverse engineered the first couple riddles (the help menu helped too) before really getting the logic here.<p>What I gathered:<p>- the paramaeters in lemma banish() are &quot;given&quot; - the statement right after lemma banish() is what we want to prove - all &quot;wip&quot; needs to replaced by something - blocks need to be finished with &quot;qed;&quot;<p>From there it&#x27;s using the available tools.
  • Vedor4 hours ago
    Surprisingly interesting experience even for someone that does know nothing about writing proof - thanks to gradual onboarding and a decent help menu.<p>Also, perfectly playable at mobile (at least a couple of first monsters).
    • heftig3 hours ago
      I had the exact opposite experience. It doesn&#x27;t teach the basics needed to even solve the first puzzle. Which language are we even writing in? Clicking help explains what exactly to do but not why, as well as lots of rules with unexplained terminology.
      • klibertp3 hours ago
        There&#x27;s a chance it&#x27;s this: <a href="https:&#x2F;&#x2F;github.com&#x2F;dhilst&#x2F;algae" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dhilst&#x2F;algae</a>
        • andai2 hours ago
          Interactive thingy here, and a tutorial:<p><a href="https:&#x2F;&#x2F;dhilst.github.io&#x2F;algae&#x2F;" rel="nofollow">https:&#x2F;&#x2F;dhilst.github.io&#x2F;algae&#x2F;</a>
  • slicendice2 hours ago
    Such a great idea!
  • wizzwizz43 hours ago
    The first and southwest-most sphinxes of seed 0 never load, which soft-locks the game. (Fortunately it doesn&#x27;t corrupt the save-file.)<p>Edit: after fighting enough other sphinxes, the first one loads, but the west-most fails with an explicit error message:<p>&gt; This challenge failed to load. Retreating.<p>On the next floor, the sphinx over the exit stairs fails, preventing me from progressing.