ufosc / VisualNovel

A visual novel to help new programmers learn about various languages and frameworks in a fun way
GNU General Public License v3.0
18 stars 32 forks source link

Fix name setting #81

Closed WilsonGoins closed 1 month ago

WilsonGoins commented 3 months ago

When the player is prompted to pick a name for themselves at the start of the game, we have two issues. First, we want the name to only be one word. We are correctly identifying when the name is more than one word, but the error message is "Please only enter alphabets", which isn't very clear. Please fix the error message to be more clear.

Also, let's make sure that after we get the name from the user we automatically capitalize the first letter, so "mark" would become "Mark".

Teja-11 commented 2 months ago

can i work on this?

WilsonGoins commented 2 months ago

can i work on this?

Yes, if you have any questions hit us up in the discord or on here.

Teja-11 commented 2 months ago

Hi @WilsonGoins,

Fixed error message and capitalize the first letter

Screenshot 2024-04-15 at 6 48 08 PM Screenshot 2024-04-15 at 6 48 23 PM Screenshot 2024-04-15 at 6 48 46 PM Screenshot 2024-04-15 at 6 48 58 PM
WilsonGoins commented 2 months ago

Awesome, make a pull request and we will get it in the game soon! Come by casual coding Tuesdays and Thursdays 5-7 in Turlington L011 if you want to work on it more!