diff --git a/README.md b/README.md index 8e08dfe..1183000 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# Konane \ No newline at end of file +# Konane + +Requirements +- Konane game + - Get board state + - Determine valid moves + - Make move +- Minimax algorithm +- Alpha-beta pruning +- Utility function +- Client-Server interaction + - Get game state from server + - Determine optimal move + - Send move to server