Please sign in to access this page
A collection of fun simple party games.
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!
Moved dataset loading to a central system instead of every game loading the datasets on its own
Started implementing dynamic loading of the datasets (On desktop it works, on android there are some problems at the moment). Also fixed an error, that occured if you tried to launch the desktop app.
Remove difficulty parameter from Impostor game data structures and update related functions
Refactor Find Liar game setup by removing difficulty parameter and updating question handling
Added confirmation dialog before exiting the game. Fixed some issues with navigation. Added dynamic color support for android devices. Added and edited the default question set for Find the Liar.
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