Skip to content

Commit

Permalink
need examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWang18 committed Jan 8, 2021
1 parent de75777 commit 7160cdb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,15 @@ Let's begin
6 - - - - - - - -
7 ♟︎ ♟︎ ♟︎ ♟︎ ♟︎ ♟︎ ♟︎ ♟︎
8 ♜ ♞ ♝ ♛ ♚ ♝ ♞ ♜
a b c d e f g h
a b c d e f g h

## Castling

## En Passant

## Promotion

## ThreeFold repetition
## What I've learned:
This was my first personal project spurred on from binging Queen's Gambit. I dabbled a bit in Regex, design patterns, and the general principles of OOP in this project. It has definitely ingrained into me some useful lessons. For one having a plan with your idea is key and drawing out a UML can be especially useful. Another is to only work on a problem one at a time and finish that thoroughly before moving on. I've definitely also learned the importance of having readable and formatted code as was a pain to try to parse through some of my spaghetti code. I could have definitely done a lot more differently with the high level implementation and perhaps added a GUI but I am overall pleased with how it turned out.

Expand Down

0 comments on commit 7160cdb

Please sign in to comment.