mvevans89 / woRdle

MIT License
1 stars 0 forks source link

#s, Spaces,and Special Characters are valid guesses #7

Open arw36 opened 2 years ago

mvevans89 commented 2 years ago

I think I have solved this, but I couldn't reproduce the problem in the first place I think because an earlier commit regarding length may already have fixed this. If you remember what words/symbols you used that worked please try again and let me know

arw36 commented 2 years ago

I re-installed and still found this issue.

I guessed 88888, and it proceeds to next guess, saying the letter I used was "8". For my next guess I did " y 88" with spaces, and I actually got a yellow on

arw36 commented 2 years ago
Screen Shot 2022-02-03 at 9 56 16 AM
mvevans89 commented 2 years ago

hahaha love that it was like yup the wild card is in the word.

hmm weird. this is what I get when I try:

Round 1 guess:88888
[1] "The word you guessed (88888) is not a 5-letter word. Please guess again"
[1] "Letters Guessed: "
[1] "- - - - - - - - - - - - - - - - - - - - - - - - -"

SessionInfo:

R version 4.1.1 (2021-08-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.6 LTS

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.7.1
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.7.1

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=fr_FR.UTF-8        LC_COLLATE=en_US.UTF-8    
 [5] LC_MONETARY=fr_FR.UTF-8    LC_MESSAGES=en_US.UTF-8    LC_PAPER=fr_FR.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=fr_FR.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] woRdle_0.1.0   devtools_2.4.2 usethis_2.0.1 

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.8        rstudioapi_0.13   magrittr_2.0.2    pkgload_1.2.1     R6_2.5.1          rlang_0.4.12     
 [7] fastmap_1.1.0     tools_4.1.1       hunspell_3.0.1    pkgbuild_1.2.0    sessioninfo_1.1.1 cli_3.0.1        
[13] withr_2.4.2       ellipsis_0.3.2    remotes_2.4.1     digest_0.6.29     rprojroot_2.0.2   lifecycle_1.0.1  
[19] crayon_1.4.1      spelling_2.2      processx_3.5.2    purrr_0.3.4       callr_3.7.0       fs_1.5.0         
[25] ps_1.6.0          curl_4.3.2        testthat_3.0.3    memoise_2.0.0     glue_1.6.1        cachem_1.0.5     
[31] compiler_4.1.1    desc_1.3.0        prettyunits_1.1.1

Perhaps it is a mac or windows thing? The spell check should stop this from happening anywhere though. I will try to debug on my mac OS later