Please sign in to access this page
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Refactor game setup and question handling; introduce TranslatableString for localization support and update related components
Enhance FindLiar gameplay UI; implement AskQuestionCard and ShowAnswers components, update question strings for clarity
Implement FindLiar game logic and UI components; add PlayGamePage, ViewModel, and refactor question handling
Moved states of inputs to a ViewModel, so the inputs don't reset, if you rotate the screen or change the theme
Refactor setup widgets; introduce state management for checkbox and difficulty inputs, and rename input components for clarity
Added more game setup input widgets and input parsing with error messages. Also improved the design