https://github.com/guilhermefornaciari/chesswithcs
ChessWithCs it's a project built with C#, where you can play chess in the Command Prompt
https://github.com/guilhermefornaciari/chesswithcs
chess csharp game
Last synced: 2 months ago
JSON representation
ChessWithCs it's a project built with C#, where you can play chess in the Command Prompt
- Host: GitHub
- URL: https://github.com/guilhermefornaciari/chesswithcs
- Owner: GuilhermeFornaciari
- Created: 2023-08-08T21:51:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T13:10:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T18:19:40.616Z (over 1 year ago)
- Topics: chess, csharp, game
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChessWithCs
## English
In the middle of 2023, motivated by a businessman promising the possibility of a future contract, I aroused my interest in the OpenSource library called FastReport, and considering my dream of joining the web development area, I decided to dedicate myself to studying this library. However, my knowledge of C# was limited, which led me to seek improvement. To do this, I opted for a course on Udemy [Curso de Programação Orientada a Objetos em C#](https://www.udemy.com/course/programacao-orientada-a-objetos-csharp/)
After completing the course, I decided to specialize in the FastReport library and chose another course on Udemy to deepen my knowledge (link: [Curso de Relatórios em FastReport Community com .NET Core na Prática](https://www.udemy.com/course/relatorios-em-fastreport-community-com-net-core-na-pratica/)). During this learning journey, I completed all the required activities but felt the need to apply my knowledge in a complete project.
I decided to create a relatively complex application, choosing the chess project as a challenge. One of the achievements I am very proud of in this project is the piece movement system, which was developed very efficiently. It's worth taking a look if you're interested.
## Portuguese
No meio do ano de 2023, motivado por um empresário prometendo a possibilidade de uma futura contratação, despertei meu interesse pela biblioteca OpenSource chamada FastReport, e considerando o meu sonho de ingressar na área de desenvolvimento web, decidi dedicar-me ao estudo dessa biblioteca. No entanto, meu conhecimento em C# era limitado, o que me levou a buscar aprimoramento. Para isso, optei por um curso na Udemy (link: [Curso de Programação Orientada a Objetos em C#](https://www.udemy.com/course/programacao-orientada-a-objetos-csharp/)).
Após concluir o curso, decidi especializar-me na biblioteca FastReport e escolhi outro curso na Udemy para me aprofundar (link: [Curso de Relatórios em FastReport Community com .NET Core na Prática](https://www.udemy.com/course/relatorios-em-fastreport-community-com-net-core-na-pratica/)). Durante essa jornada de aprendizado, executei todas as atividades solicitadas, mas senti a necessidade de aplicar meu conhecimento em um projeto completo.
Decidi então criar um aplicativo relativamente complexo, escolhendo o projeto de xadrez como desafio. Uma das realizações das quais tenho muito orgulho neste projeto é o sistema de movimentação das peças, que foi desenvolvido de forma altamente eficiente. Vale a pena dar uma olhada, caso haja interesse.