Rangding Zhang
Rangding Zhang
When I run codes below on the Go+ Playground, ``` type Person struct { Name string Age int } p := Person{ Name: "bar", Age: 30 } println(p.Name) ``` got...
I have seen this wonderful example: [Typing text on the screen](https://github.com/faiface/pixel/wiki/Typing-text-on-the-screen), but still needs some improvement: - show cursor(this is done in this example: https://github.com/faiface/pixel-examples/tree/master/typewriter) - move the cursor when...
For example: ArrowTo(x, y)
The background color of code blocks is too dark for me, and I didn't find a way to change it.
Changed Colour4 from "217,230,242" to "0,0,0"
… list node. If this PR is related to coding or code translation, please fill out the checklist and paste the console outputs to the PR. - [x] I've tested...
It will be great to support rendering json data as graph, like https://plantuml.com/json and https://jsoncrack.com/editor
What about supporting to turn the whole game into gif? for example, api like below: ``` func ParseGif(game Game) (*gif.Gif, error) ```
### Verification steps - [X] 我已经在 [Issue Tracker](https://github.com/j178/leetgo/issues) 和 [Discussion](https://github.com/j178/leetgo/discussions) 中找过我要提出的问题 I have searched on the [issue tracker](https://github.com/j178/leetgo/issues) and [Discussion](https://github.com/j178/leetgo/discussions) for a related issue. ### leetgo config ```shell language: zh...