Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luca16s/gamemanagementhelper
Application to manage games that don't have cloud upload natively for the game progress.
https://github.com/luca16s/gamemanagementhelper
csharp dark-souls darksouls darksouls2 darksouls3 dropbox games netcore wpf
Last synced: about 1 month ago
JSON representation
Application to manage games that don't have cloud upload natively for the game progress.
- Host: GitHub
- URL: https://github.com/luca16s/gamemanagementhelper
- Owner: luca16s
- License: mit
- Created: 2020-07-08T02:48:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T16:30:04.000Z (3 months ago)
- Last Synced: 2024-10-16T22:07:36.697Z (3 months ago)
- Topics: csharp, dark-souls, darksouls, darksouls2, darksouls3, dropbox, games, netcore, wpf
- Language: C#
- Homepage:
- Size: 761 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Game Save Manager
Aplicação para gerenciar saves de jogos.
## Funcionalidade Planejadas
Modo escuro
Jogos suportados:
- Dark Souls
- Dark Souls II
- Dark Souls IIIConexão Suportada:
- Dropbox
Conectar com os seguintes serviços:
- Google Drive
- One DriveAdicionar a possibilidade de se nomear os saves.
|Code Quality|GitHub Actions|Cobertura de Código|
|------------|--------------|-------------------|
|[![CodeFactor](https://www.codefactor.io/repository/github/luca16s/gamesavemanager/badge)](https://www.codefactor.io/repository/github/luca16s/gamesavemanager)|![GameSaveManager](https://github.com/luca16s/GameSaveManager/workflows/GameSaveManager/badge.svg?branch=main)|[![codecov](https://codecov.io/gh/luca16s/GameSaveManager/branch/main/graph/badge.svg?token=JJZ0NA89BJ)](https://codecov.io/gh/luca16s/GameSaveManager)|---
- dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura
- reportgenerator "-reports:GameSaveManager.Tests/coverage.cobertura.xml" "-targetdir:coveragereport" -reporttypes:Html