Skip to content

Solves Tuble.co.uk Puzzles

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

bakenzua/tubler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tubler

The goal of tubler is to provide some R functionality for solving the daily puzzle at https://tuble.co.uk/

Installation

You can install the development version of tubler like so:

library(devtools)

install_github("bakenzua/tubler")

Example

library(tubler)

# answer is "Kingsbury"
tt <- guess_tuble("Oxford Circus", 5)
tt
#  [1] "Barbican"          "Bayswater"         "Belsize Park"     
#  [4] "Blackfriars"       "Elephant & Castle" "Finsbury Park"    
#  [7] "Gloucester Road"   "Holloway Road"     "Kilburn"          
# [10] "Kingsbury"         "Liverpool Street"  "London Bridge"    
# [13] "Moorgate"          "Neasden"           "Notting Hill Gate"
# [16] "Old Street"        "Oval"              "Preston Road"     
# [19] "Royal Oak"         "Stockwell"         "Tufnell Park"     
# [22] "Warwick Avenue"   

guess_tuble("Neasden", 2, tt)
# [1] "Kingsbury"    "Preston Road"

image{width="472"}

About

Solves Tuble.co.uk Puzzles

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published