-
```
What steps will reproduce the problem?
1.Create a testme thod and decorate with [HostType("Moles")]
2.Create a mocked variable in the test method
3.Run the test method
What is the expected output…
-
Thanks be to `Quow`, I have learned that most good MUD clients allow for visual and audio triggers. As it happens, my "word highlighting" feature is just a visual trigger. It sounds like my feature is…
-
When deploying to a [conduit](https://conduit.xyz/) blockchain, you might get an error due to the post deploy script being out of gas:
```
Error: Error:
Transaction Failure:
Error running "forg…
qbzzt updated
5 months ago
-
! Mud-Ausgaben (polite) und wichtige Statusänderungen(assertive)
eure Lösung heißt ARIA Live Regions. Mit denen wird genau sowas gemacht. Der
ChatZilla IRC Client nutzt das z. B. Man setzt auf den Co…
jexp updated
13 years ago
-
Are you familiar with [bracket-lib](https://github.com/thebracket/bracket-lib) and its accompanying Roguelike tutorial (of 70+ chapters)? It seems like a suitably minimalist game library for ataxia to…
-
Currently single value tables autogenerate their `.set(value)` call to use `store.setField`. This broke an assumption I had in https://github.com/latticexyz/mud/pull/415/files#diff-a6b694ab744d9808772…
-
I code/develop for a different MUD Client which is also a GUI one and I was looking to include support for the `10` - `19` SGR ("Set Graphics Rendition") codes (`` + `[` ... `m`, primary + up to 9 Alt…
-
This will be a common UX problem in the app design
In the `CharacterProfile` component we currently serve the Character name and depiction, two properties that we assume will be common to all MUD c…
-
I've been running a comparison of MUD clients that implement the MMCP chat protocol (as part of adding it to Mudlet).
One oddity that caught my eye was a difference in the meaning of the 'F' charac…
-
Usually during MUD development sessions, right after we spin up the game instance, we want to also connect a telnet client to the game instance. It would be sweet if the admin console gave us a basic…