Nguyễn Gia Bách

Results 7 issues of Nguyễn Gia Bách

I changed `cusor` -> `cursor` I changed `use "strict"` -> `"use strict"` But later, I think deleting that will make the UX better!

Fixed these errors: ### command-line-arguments ```gopher.go:79:20: cannot use display (variable of type machine.DisplayMode3) as drivers.Displayer value in argument to tinyfont.DrawChar: machine.DisplayMode3 does not implement drivers.Displayer (method Display has pointer receiver)...

v11.4 is no longer the latest version :vvv

We can import BMP but can't export BMP so it's a bit inconvenient. It is time-consuming to just export a PNG file and use an online converter to create a...

I really want a BPCore to have some more graphic functions to draw such as line, point, rect, circle, ...

`math.random()` in Lua will return pre-generated pseudo-random numbers. But in normal case, we can use `math.randomseed(os.time())` as a walk-around. But we don't have `os.time()` function for GBA. Please help!