Chess game developed using pygame
- use "python get-pip.py"
- use "pip install pygame" and run main.py! Enjoy beating your friends at the greatest mind sport
Implemented en-passant, stalemate
- Don't start coding as soon as posible. Take time understanding your idea and adjacent conceps (difficult time with castling / en-passant, never heard of stalemate)
- Should had used layered architecture taught at University
- Test Driven Development is a must !!!