-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to change the word length #31
Comments
I think this could be a fun addition! If you don't want to implement, maybe someone else will pick it up |
@octokatherine I was thinking about this feature too. I would like to try implementing it if @bru65pag doesn't mind. However, I have a few questions:
|
@defyentropy, please go ahead. I'll try on my side as well, but since I'm starting from scratch with WEB dev, it might take a while. @octokatherine, where did you pick the list of words? Would be good to reuse the same source for different lengths. |
I think this will be okay if we make 4 letter words the minimum. Let's stick with 6 guesses for simplicity.
|
I downloaded the word list from here I used the full list of valid 5 letter words in If we add more word lengths, we should use the same technique |
@octokatherine |
Sounds good. Thanks for clearing it up! |
@octokatherine I'm really sorry to say this, but I don't think I'll be able to work on this issue anymore, because I'm extremely busy right now with exams and whatnot. I did manage to get a rough draft of a system to allow the user to change the word length working, but I'm not sure I have enough time to filter through thousands of words and choose more commonly known ones. I hope you understand. |
no worries @defyentropy! |
@octokatherine Hi! I've played your game a ton and think it's a fun project. I might be interested in working on this issue, but I wanted to ask, based on your experience with your project, how long would you guess it would take to implement this in full? |
Good morning @kcamsanc , I am currently working on it (started two days ago). I would be more than happy to share my work if you want to contribute; but I"m really not sure how to do that in git/github. If you know, I'll be more than happy to give you access. Final note: I spent about two hours so far on the topic, and expect that a few more hours should be enough (I am an absolute beginner in React, that is why it takes me more time than it would to a seasoned React programmer). Happy coding. Bruno. |
Good morning, As mentioned last week, I'm still working on this. I hit a new road block :-) tailwindCSS. I had never used it before. It took me a bit of time to have it installed on my computer and get familiar (more or less) with it. I might be a bit behind on schedule, but hope to be able to have a working version end of this week beginning of next week. |
I was thinking it could be cool to have the option of choosing the world length before playing.
As far as implementation is concerned, I'm willing to give it a try. But my background is more with C/Python/Rust, and I might struggle at using React and TailwindCSS. Let me investigate a bit.
@octokatherine, thanks for the game. I'm looking into implementing a version on a 16K RAM ZX81 for fun.
The text was updated successfully, but these errors were encountered: