Tomasz Nowakowski
Tomasz Nowakowski
Strangely, I had problems to google the text version of your tutorial. This repos is the first result, the next one is https://github.com/thebracket/rustrogueliketutorial (with the actual link in the description),...
As in the issue title, it seems that the statistics only count the "playing time" and "moves" based on the games won. So far I had only one winning game,...
While I like working with BearLibTerminal, Ebiten has some meaningful advantages: - is actively maintained - supports features that are impleneted in hacked way currently (like animations) - does not...
E.g. almost all commets in err.go file. /* Function CharsColorsLengthError is helper function that return string to error; it takes string slices as arguments and return string. */ But why?...
I don't see key to switch between weapon 1 and 2, nor anything like that...
Normal speed – 1 action per turn Slow – 1 action per two turns? Skipping every third turn? Fast – 2 actions per turn? Additional action every third turn?
Add bool "consumable" and "charges" maybe? Then checks for their values, and if consumable is true then charges-- and if charge == 0 then removes from inventory.