-
I am running into issues against `shuf` missing in osx.
Looking on the internet, I need to install coreutils but that installs shuf as gshuf.
What do I do?
And can I pipe the output of this t…
-
```
to have multiple pokemon without imagemagick
get max height of the listed pokemon (wc -l < pokemon.txt)
get the width of each pokemon for proper size to pad with
(awk '{print length, $0}'
-
Hi,
I stumbled upon your project as I was playing myself with some LUA scripts for Pokemon Red.
I looked at how you get the position of the player on the map and I was wondering I that could be done …