lmbdfn.neocities.org
Your filter, monsieur: const input = document.querySelector('input'), ps = document.querySelectorAll('p:not([class])'); input.onkeyup =()=> ps.forEach(p => p.hidden = !p.innerText.toLowerCase().includes(input.value.toLowerCase()))
more like, *our* filter
(thanks a lot!)
it supports making browser games in ruby
finally a good reason to do it
discord server should be ready, it's a single purpose server: a place to collaborate on future puzzles
share your solutions, theories, stuff like that
(it's on the homepage)
Will add some art soon
added three buttons and a link
Your filter, monsieur: const input = document.querySelector('input'), ps = document.querySelectorAll('p:not([class])'); input.onkeyup =()=> ps.forEach(p => p.hidden = !p.innerText.toLowerCase().includes(input.value.toLowerCase()))
more like, *our* filter
(thanks a lot!)