proton {proton} | R Documentation |
The Proton Game
Description
The proton
function is used for solving problems in the data-based game ,,The Proton Game”.
Solve four data-based puzzles in order to crack into Pietraszko's account!
Usage
proton(...)
Arguments
... |
|
Details
Every time when some additional hints are needed one should add
hint=TRUE
argument to the proton
function.
In order to get more information about a user on the Proton server
one should pass action = "login"
, login="XYZ"
arguments
to the proton
function.
In order to log into the Proton server one should pass action = "login"
,
login="XYZ"
, password="ABC"
arguments to the proton
function.
If the password matches login, then one will receive a message about successful login.
In order to log into a server different from Proton one should pass
action = "server"
, host="XYZ"
arguments to the proton
function.
,,The Proton Game” is a free of charge, educational project of the SmarterPoland.pl Foundation. By transferring a donation on the foundation's account, which is shown on site http://smarterpoland.pl/index.php/fundacja/, you will help us to create other educational games. Even an amount of $10 will facilitate creation and maintenance of subsequent educational projects! Thank you!
Author(s)
Przemyslaw Biecek, przemyslaw.biecek@gmail.com, SmarterPoland.pl Foundation.
Examples
## Not run:
proton()
proton(hint=TRUE)
## End(Not run)