- Text is progressively revealed with
cat_tw()
(#28).
- De-lint the package (#25).
- Add {lintr} GitHub Action.
- Bump to 0.1.0, tag and release.
- Added name input to initialise method (#7).
- Add
$name
field.
- Improved code comments.
- Added while loops to restrict
readline()
input (#13) - Added
.onAttach()
/zzz.R
for startup prompt on how to play.
- Fixed bug with game ending at 0 steps (#20).
- Fixed bug with Pokemon running away after another event has already occurred (#18).
- Added interactive nicknames (#17).
- Added wobble logic (#5).
- Added IV calculations (#8).
- Added end-game results (#4).
- Tidied while-loop to remove flow isses.
- Added
pokemon.rda
todata/
. - Added encounter while loop to the
SafariZone
class (#1).
- Added news, readme, license, code of conduct.
- Added
SafariZone
class.