Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Calster - I homebrewed a system for our language and entered each word independently. Nouns are given category tags based on how verbs and adjectives interact with them, like 'handObject,' 'largeObject,' 'personType,' and 'ConveysInt.' Then verbs and adjectives are given lists of noun types they can be paired with. Finally adverbs are assigned one of six english adverb types (place, time, frequency, degree, manner and comment) and verbs are given lists of adverb types they allow. Sentences are parsed assuming at max (adverb) (verb) (adverb) (adjective) (noun) (adverb). Regular grammar rules are then applied through another homebrewed system.