Fun fact about mystery-o-matic.com, and I suspect the HTML page generated with linked software : with JS disabled, you are able to see all clues "for free". When you don't know what the UI ought to look like, you just read them before realizing you're not supposed to.
This is correct, JS should be enabled to play :). The alternative is using a server to get clues which I want to avoid (the website is a single, static html). This enabled to play offline as well.
Mystery-o-matic.com random murder generator is open-source
21–28 of 28 posts
Re: Mystery-o-matic.com random murder generator is open-source
#22Earlier quoted context omitted.
This is correct, JS should be enabled to play :). The alternative is using a server to get clues which I want to avoid (the website is a single, static html). This enabled to play offline as well.
You can probably hide those with a `display: none` via CSS and remove it with Javascript. People with poor connections may fail to load the JS, or see the clues until JS finally loads.
Re: Mystery-o-matic.com random murder generator is open-source
#23I'm the main developer behind mystery-o-matic, happy to take questions and feedback regarding its engine here!
Might be because I clicked through to either the sleuth-o-meter or the how to play and then hit back? I also filled in the example table on the how-to-play.
(Also, glad I'm not going crazy!)
Re: Mystery-o-matic.com random murder generator is open-source
#24I'm the main developer behind mystery-o-matic, happy to take questions and feedback regarding its engine here!
I'm not sure exactly what happened, but there's definitely some sort of bug - I entered what I was certain was the correct info and got the "incorrect" phrase. Rechecked about 100% times using all clues and still the same. Switched to a different browser and entered the same answers and... it said correct. Might be because I clicked through to either the sleuth-o-meter or the how to play and then hit back? I also fil…
Re: Mystery-o-matic.com random murder generator is open-source
#25Re: Mystery-o-matic.com random murder generator is open-source
#26[1] https://mcpshsf.com/ [2] https://github.com/xctf-io/chalgen
Re: Mystery-o-matic.com random murder generator is open-source
#27Earlier quoted context omitted.
Can you explain a bit more how Ethereum fits in “for obtaining a random mystery prompt and its solution”?
Ethereum as a platform is not really used, but Solidity smart contracts simulated inside a testing tool. Check my explanation here: https://news.ycombinator.com/item?id=38422232
Re: Mystery-o-matic.com random murder generator is open-source
#28Earlier quoted context omitted.
Ethereum as a platform is not really used, but Solidity smart contracts simulated inside a testing tool. Check my explanation here: https://news.ycombinator.com/item?id=38422232
Would it fairly easily port to a blockchain? And would you be interested in bringing it to Evmos?