Town's Charm
Game Information
Developer
JWAFFVersion
v0.8.1c
Engine
Others
Release Date
Jul 12, 2026
Last Update
Jul 12, 2026
Censorship
Uncensored
Overview
Town's Charm is a 2D dating sim for players who enjoy grounded, slow-building romance stories with a domestic setting. The tone stays light and personal rather than dramatic.
Story
After moving to a new city, the protagonist settles into a new house just before starting college, adjusting to unfamiliar surroundings. What begins as an awkward transition gradually opens into closer relationships with the people around him.
Gameplay
Play unfolds from a first-person perspective as you move between rooms and locations in your new home and city, checking in on people and choosing how to spend your time. Interactions build gradually, with certain scenes and responses opening up only once specific conditions are met. Progress comes from returning to familiar places and paying attention to small changes over time.
Features
- Hand-drawn 2D art with animated scenes throughout the house
- A cast centered on a milf romance dynamic within the household setting
- Sandbox-style free movement between multiple home locations
- POV-style presentation for character interactions
Installation
1. Extract and run.
Changelog
v0.8.1c
- New animations - Several new animations of Claire around the house were added.
- New Claire interactions - Added several new interactions and actions for Claire, including some that are only available under specific conditions.
- New locations - Two new locations were added: the Bathroom and the Kitchen.
- UI updates - The user interface received various visual and behavior changes.
- EventGUI - A small feature was added to the Social Panel. You can now click on a character's location to instantly travel to where they currently are.
- Logic
- Most of the work this update was related to the game's logic and architecture. I'll try to keep it short and summarize the most relevant changes.
GameController (Reworked):
- The GameController had gradually become the center of almost every major system in the game. This update focused on reducing that dependency and moving responsibilities to more appropriate systems.
- Event Manager (Created): It operates independently and manages background changes, transitions, and the fade lifecycle, etc.
- Signal Bus (Introduced): A new communication layer was added and integrated across the project. Most of the backend work in this update involved migrating existing systems to use it, helping reduce dependencies between managers and making the project easier to maintain going forward.
- In-Game GUI (Rebuilt): The in-game interface was reorganized and rebuilt alongside the EventGUI.
- Input Manager (Reworked): Several systems related to movement, dialogue controls, and skipping were reorganized to make player interactions more consistent and reliable.
- Interaction System (Rebuilt): The old interaction system was removed and replaced with a more modular approach. This makes interactions easier to create, maintain, and expand.
- Audio Manager (Migrated): Updated to work with the new project structure introduced in 0.8. Functionality remains the same.
- Daytime Manager (Reworked): Updated to support the new noon timeslot and several related gameplay changes. Additional improvements were also made to how time progression is handled throughout the day.
- Relationship / Affection Manager (Migrated): Reworked as part of the broader backend migration. The system is now easier to maintain and provides a cleaner foundation for future relationship-related features.
- Transition Controller (Migrated): Updated to work with the new communication structure used across the project, helping keep transitions more consistent with other systems.
- InfoPopup / Panel System (Reworked): A brand-new panel framework was introduced, and all panels were migrated to independent scenes.
- Interactable Components (New): A new component-based interaction framework was introduced, replacing the previous all-in-one approach and making future interactions much easier to develop.
- Camera (Reworked): The camera system received several improvements and additional functionality, providing more flexibility while reducing its reliance on the player node.
- Dialogue Box (Polished): It received several improvements and fixes for events.
- Social Panel (Stabilized): Multiple issues were addressed, and a new feature was added that allows players to quickly travel to a character's current location.
- Player (Cleaned Up): The player controller received various structural improvements as part of the larger interaction and input rework.
- Locations (Expanded): Two new locations were added and integrated into the existing exploration and navigation systems.