mud-client
Here are 52 public repositories matching this topic...
-
Updated
Apr 28, 2021 - C
In the Item class (found in the Item folder of the GameLogic project)
- Add a new enum value to ItemTypes called Money
- Add a property of type int called Value to Item.cs this is to store the value of the money.
With a money item in the room, assuming it's called Gold coin
- The user will see "(500) gold coins stacked here."
- 500 comes from the value property of th
Remove most unwraps
Problems like #235 keep popping up and while the new version does fix the reason those values become None, even if they did become None again in the future, that should not cause a panic.
A simple message to the user that the version check failed should be sufficient - the rest of Blightmud can continue without issue.
I suggest going over every unwrap and expect in the code and thinkin
-
Updated
Apr 21, 2021 - Lua
新函数需求
为了支持在Lua下对客户端的扩展操作,需要 gomud 提供以下功能的函数:
- 获取 gomud 所在安装目录的绝对路径 - 便于在 Lua 中读写 gomud 目录下的文件
- 获取 gomud 所在终端的尺寸(宽高值)- 便于 Lua 输出格式化根据显示窗口大小动态调整
- 支持文字和背景颜色设置的 Print()
-
Updated
Jan 18, 2021 - C++
-
Updated
Apr 1, 2021 - Python
-
Updated
May 4, 2019 - Python
-
Updated
Oct 30, 2018 - Smalltalk
-
Updated
Apr 27, 2021 - CSS
-
Updated
Jul 30, 2019 - Python
-
Updated
Jan 18, 2021 - Vue
-
Updated
Jul 31, 2020 - Java
-
Updated
Apr 30, 2021 - TypeScript
-
Updated
Dec 16, 2017 - C++
-
Updated
Apr 26, 2021 - Python
-
Updated
Mar 16, 2021 - TypeScript
-
Updated
Mar 30, 2021 - C++
-
Updated
Sep 16, 2019 - Shell
-
Updated
Jul 6, 2020 - C
-
Updated
Mar 30, 2021 - JavaScript
-
Updated
Dec 24, 2018 - Python
Improve this page
Add a description, image, and links to the mud-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mud-client topic, visit your repo's landing page and select "manage topics."
web client - allow client-side CSS. People like to customize, let them upload or supply their own CSS?