Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dkolzenov/word-search-puzzle
- Owner: dkolzenov
- Created: 2022-04-17T08:54:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T16:54:37.000Z (almost 2 years ago)
- Last Synced: 2024-03-17T05:38:56.092Z (8 months ago)
- Topics: mvvm, n-layer, word-search, word-search-puzzle, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 4.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
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