This is a simple baby touch game built with Blazor WebAssembly and .NET. The game is designed to be a fun and interactive way for babies to learn about cause and effect.
- Simple Gameplay: The game is easy to play. Just touch the screen to make things happen.
- Cute Graphics: The game features cute and colorful graphics that are sure to capture your baby's attention.
- Fun Sounds: The game includes fun and engaging sounds that will keep your baby entertained.
To get started, you'll need to have the following installed:
- Clone the repository:
git clone https://github.com/your-username/PoBabyTouchGc.git
- Open the solution in Visual Studio or Visual Studio Code.
- Start Azurite.
- Configure Azure Connection String (for production):
For production deployment, set the Azure Storage connection string using:
cd Server/PoBabyTouchGc.Server dotnet user-secrets set "ConnectionStrings:AzureTableStorage" "your_azure_connection_string_here"
- Press F5 to run the application.
Note: The project uses Azurite for local development (configured in appsettings.Development.json) and requires an Azure Storage connection string for production (use user secrets or Azure App Service configuration).
The application will open in your default browser. You can now play the game.