Title: | Play Games with Saved High Scores |
---|---|
Description: | Play simple interactive games in the console and have your high scores saved to your local machine. |
Authors: | Matt Dray [aut, cre] |
Maintainer: | Matt Dray <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0.0.9000 |
Built: | 2024-10-16 04:15:54 UTC |
Source: | https://github.com/matt-dray/hiscore |
Delete Saved Game Data
delete_save_data()
delete_save_data()
Nothing.
## Not run: delete_save_data()
## Not run: delete_save_data()
Fetch Saved Game Data
get_save_data()
get_save_data()
Nothing.
## Not run: get_save_data
## Not run: get_save_data
A simple interactive game of chance in the console. The user guesses heads or tails by typing 'H' or 'T'. The best streak is saved as a high score, which is saved to the user's computer and is persistent between sessions.
play_coinflip()
play_coinflip()
Nothing.
## Not run: play_coinflip()
## Not run: play_coinflip()