first commit

This commit is contained in:
synt-xerror
2026-04-14 21:15:05 -03:00
commit eecef0be88
44 changed files with 1372 additions and 0 deletions

14
forca/locale/en.json Normal file
View File

@@ -0,0 +1,14 @@
{
"title": "Hangman Game",
"startCommand": "starts the game",
"stopCommand": "stops the game",
"started": "Hangman game started!\n\nTheme: *{{theme}}*\nWord: `{{word}}`\nLives: {{lives}}\n\nType a letter to guess!",
"stopped": "Hangman game ended.",
"invalidCommand": "Subcommand *{{sub}}* does not exist.\nUse",
"or": "or",
"won": "Congratulations! Complete word: `{{word}}`",
"lost": "Game over! Word was: `{{word}}`",
"status": "Word: `{{word}}`\nLives: {{lives}}",
"correct": "Got the letter!",
"wrong": "Wrong letter!"
}