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

https://github.com/riveraaj/pokemonbattle

Solution for a pokemon battle game for generation 7.
https://github.com/riveraaj/pokemonbattle

csapp dotnet entity-framework mvc-pattern pokedex pokemon repository-pattern singleton-pattern sqlserver windows-forms

Last synced: about 1 month ago
JSON representation

Solution for a pokemon battle game for generation 7.

Awesome Lists containing this project

README

          

# PokemonBattle

> Solution for a pokemon battle game for generation 7.

---

### Table of Contents

- [Description](#description)
- [Technologies](#technologies)

---

## Description
Solution for a pokemon battle game for generation 7, it has a tournament that can be of 4, 8, or 16 people, it has bots generation and the bots have their own automatic behavior.

Different modules were created in the project, such as the following:

- Bot service
- Player service
- Bracket service
- Battle service
- Pokedex service

#### Technologies

- Visual Studio
- C#
- .NET 6
- SQL SERVER
- MVC
- Repository
- Entity Framework
- Windows Form

[Back To The Top](#PokemonBattle)