Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ak-tr/go-rain
/ functions
Functions
6 in github.com/ak-tr/go-rain
⨍
Functions
6
◇
Types & classes
2
↓ 5 callers
Function
generateRandomNumber
Generate c random numbers of range min to max
main.go:182
↓ 1 callers
Method
add
(d Drop)
main.go:52
↓ 1 callers
Method
fall
()
main.go:46
↓ 1 callers
Function
getDropsPerLine
Get width of screen, divide by 100 and then round up If value is more than 1, return random number between 1 and 2 otherwise return 1
main.go:174
↓ 1 callers
Function
getSpeed
Get the speed of the drop based on the drop type Heavy drops fall by 1 cell per loop Light drops fall by 3 cells per loop
main.go:158
Function
main
()
main.go:57