2048-go icon indicating copy to clipboard operation
2048-go copied to clipboard

This is 2048 working on CLI

Results 1 2048-go issues
Sort by recently updated
recently updated
newest added

- Problem: Config file appearing in random directories - Cause: I'm on windows and os.Getenv("HOME") doesn't work - Solution change os.Getenv to os.UserHomeDir with a fallback to the directory in...