Skip to content

Solution for a pokemon battle game for generation 7.

Notifications You must be signed in to change notification settings

riveraaj/PokemonBattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokemonBattle

Solution for a pokemon battle game for generation 7.


Table of Contents


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