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.
- Host: GitHub
- URL: https://github.com/riveraaj/pokemonbattle
- Owner: riveraaj
- Created: 2023-11-18T06:25:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T04:16:32.000Z (over 2 years ago)
- Last Synced: 2025-02-02T10:16:03.953Z (over 1 year ago)
- Topics: csapp, dotnet, entity-framework, mvc-pattern, pokedex, pokemon, repository-pattern, singleton-pattern, sqlserver, windows-forms
- Language: C#
- Homepage:
- Size: 47.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)