diff --git a/README.md b/README.md index 7c2bcdf..6e7c234 100644 --- a/README.md +++ b/README.md @@ -54,16 +54,16 @@ A beautiful, feature-rich implementation of the classic Connect-5 (Gomoku) game
### Local Game Mode -![Local Game](https://via.placeholder.com/800x450/0a0e1a/9333ea?text=Local+Game+Mode) +![Local Game](screenshots/local-game.png) ### Multiplayer Lobby -![Multiplayer Lobby](https://via.placeholder.com/800x450/0a0e1a/38bdf8?text=Multiplayer+Lobby) +![Multiplayer Lobby](screenshots/multiplayer-lobby.png) -### Live Gameplay -![Live Game](https://via.placeholder.com/800x450/0a0e1a/9333ea?text=Real-Time+Multiplayer) +### Different Board Sizes +![Board Sizes](screenshots/board-sizes.png) -### Board Size Options -![Board Sizes](https://via.placeholder.com/800x450/0a0e1a/38bdf8?text=Multiple+Board+Sizes) +### Victory Screen +![Victory Screen](screenshots/victory-screen.png)
diff --git a/screenshots/board-sizes.png b/screenshots/board-sizes.png new file mode 100644 index 0000000..b11358c Binary files /dev/null and b/screenshots/board-sizes.png differ diff --git a/screenshots/local-game.png b/screenshots/local-game.png new file mode 100644 index 0000000..ad93276 Binary files /dev/null and b/screenshots/local-game.png differ diff --git a/screenshots/multiplayer-lobby.png b/screenshots/multiplayer-lobby.png new file mode 100644 index 0000000..66483c4 Binary files /dev/null and b/screenshots/multiplayer-lobby.png differ diff --git a/screenshots/victory-screen.png b/screenshots/victory-screen.png new file mode 100644 index 0000000..6d4d3ff Binary files /dev/null and b/screenshots/victory-screen.png differ