Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 III

Conexão Suportada:

- Dropbox

Conectar com os seguintes serviços:

- Google Drive
- One Drive

Adicionar 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