Frequency analysis challenge – a console-based game for R/python
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Six months ago we’ve introduced ‘The Proton’ – a console based R game with six data wrangling puzzles. Around 15-30 minutes of fun with data. The game is on CRAN in the package BetaBit
.
And just few days ago we’ve added a second game – frequon()
. Eight puzzles related with frequency analysis of encoded messages.
It’s much harder than proton
.
Expect around two hours of playing with ciphers.
Try it yourself. To get the R version just type
install.packages("BetaBit")
library("BetaBit")
frequon()
You can also try the experimental python version.
pip install --upgrade https://github.com/BetaAndBit/BetaBitPython/archive/master.tar.gz
If you like these games and going to attend useR2016 (June, Stanford, USA) or eRum2016 (October, Poznań, Poland) feel free to ping me (Przemyslaw.Biecek).
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.