federico-razzoli / sql_games

Games implemented ad stored procedures, playable in MariaDB
5 stars 6 forks source link

Anagram: Add procedure show_languages() #6

Open federico-razzoli opened 1 year ago

federico-razzoli commented 1 year ago

Don't forget to mention it in help() output.

abhinav-exp commented 1 year ago

Hi @federico-razzoli ,

I wanted to work on this issue. I have seen the code and I wanted to clearify something before coding.

So right now, changing the language only gets affected after new game has started. So which language, Do you want to show

  1. the one for new game.
  2. the one with current game.
federico-razzoli commented 1 year ago

Hi @abhinav-exp ! Thanks for your interest in contributing. This issue is about showing all available languages, so you can choose one for the next game. But if you want to also implement show_current_language(), feel free to do it.