Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dkolzenov/word-search-puzzle

Puzzle mobile game built using the Xamarin.Forms framework
https://github.com/dkolzenov/word-search-puzzle

mvvm n-layer word-search word-search-puzzle xamarin xamarin-forms

Last synced: 2 days ago
JSON representation

Puzzle mobile game built using the Xamarin.Forms framework

Awesome Lists containing this project

README

        

# Word Search Puzzle

Cross-platform mobile application ***currently in developed*** written on [C#](https://docs.microsoft.com/en-us/dotnet/csharp) using [Xamarin.Forms](https://learn.microsoft.com/en-us/xamarin/xamarin-forms) framework and implemented using [N-Layer](https://docs.microsoft.com/en-us/azure/architecture/guide/architecture-styles/n-tier) architecture.

## [Figma prototype](https://www.figma.com/proto/3b4JL2CpEYNwhGRSgQg1lh/Word-Search-Puzzle-Prototype-with-Authentification?node-id=11%3A3025&starting-point-node-id=11%3A3025&scaling=contain)
![Figma Prototype](https://github.com/Donat-Kolzenov/word-search-puzzle/blob/main/docs/gif/Prototype.gif)

## Technology stack

* [.NET Standard 2.1](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1)
* [Xamarin.Forms 5.0](https://learn.microsoft.com/en-us/xamarin/xamarin-forms/release-notes/5.0/5.0.0-sr10)
* [Entity Framework Core 3.0](https://docs.microsoft.com/en-us/ef/core)
* [SQLite EF Core](https://docs.microsoft.com/en-us/ef/core/providers/sqlite) used as database provider
* [Prism 8.1](https://prismlibrary.com) used as Dependency Injection library
* [Automapper 11.0](https://github.com/AutoMapper/AutoMapper) used as custom models mapping library