Language-specific game (Letter Tycoon)

Game development with Board Game Arena Studio
Post Reply
User avatar
jephly
Posts: 24
Joined: 28 June 2020, 18:24

Language-specific game (Letter Tycoon)

Post by jephly »

I recently developed Letter Tycoon, which is currently in beta.

Lots of people are playing, which is great, but I've gotten a lot of feedback related to the English-specific nature of the game. It's a word-spelling game, similar to Scrabble, except that the game design is somewhat specific to English. (There are costs and special powers attached to certain letters informed by their frequency.) It might be possible to construct non-English versions of the game (as has been done with Scrabble), but the designer has not done so.

Since there are many players on BGA who are not native English speakers, not not yet many English-specific games, this has caught several people by surprise. I'm not sure how to help, though. What advice do you have for ways to avoid this confusion?

(I've already added some text to the Rule Summary, but few people read that all the way through.)
User avatar
Tisaac
Posts: 2736
Joined: 26 August 2014, 21:28

Re: Language-specific game (Letter Tycoon)

Post by Tisaac »

You can use the new language game option to specify you only support playing in english.
User avatar
jephly
Posts: 24
Joined: 28 June 2020, 18:24

Re: Language-specific game (Letter Tycoon)

Post by jephly »

What option is that? I searched around but didn't find anything like that.
User avatar
Tisaac
Posts: 2736
Joined: 26 August 2014, 21:28

Re: Language-specific game (Letter Tycoon)

Post by Tisaac »

jephly wrote: 11 November 2020, 06:09 What option is that? I searched around but didn't find anything like that.
EDIT: see the doc here : http://en.doc.boardgamearena.com/Main_g ... _games_API

Add this to your gameinfos file :

Code: Select all

	'language_dependency' => [
		1 => 'en',	2 => 'fr', 3 => 'it',	4 => 'de',	5 => 'es',	6 => 'pt',
		7 => 'ru', 	8 => 'el', 9 => 'da',	10 => 'cs',	11 => 'fi',	12 => 'nl',	13 => 'pl',
		14 => 'hu', 15 => 'ja',	16 => 'no',	17 => 'ro',	18 => 'bg',	19 => 'zh-cn',
	],
Last edited by Tisaac on 11 November 2020, 11:01, edited 1 time in total.
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

Re: Language-specific game (Letter Tycoon)

Post by Een »

Better to give a link to the doc
http://en.doc.boardgamearena.com/Main_g ... _games_API

I also added a mention about this with the link in the gameinfos file description in the doc.
User avatar
Tisaac
Posts: 2736
Joined: 26 August 2014, 21:28

Re: Language-specific game (Letter Tycoon)

Post by Tisaac »

Een wrote: 11 November 2020, 10:11 Better to give a link to the doc
http://en.doc.boardgamearena.com/Main_g ... _games_API

I also added a mention about this with the link in the gameinfos file description in the doc.
I wasn't able to find the right section, sorry ! (I was looking at gameinfo file doc).
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

Re: Language-specific game (Letter Tycoon)

Post by Een »

Tisaac wrote: 11 November 2020, 11:00
Een wrote: 11 November 2020, 10:11 Better to give a link to the doc
http://en.doc.boardgamearena.com/Main_g ... _games_API

I also added a mention about this with the link in the gameinfos file description in the doc.
I wasn't able to find the right section, sorry ! (I was looking at gameinfo file doc).
Yes, I did the same at first, that's why I added the link in the gameinfo file doc :)
User avatar
jephly
Posts: 24
Joined: 28 June 2020, 18:24

Re: Language-specific game (Letter Tycoon)

Post by jephly »

Thanks! That's super helpful. I'll add this for Letter Tycoon.
Post Reply

Return to “Developers”