diff --git a/images/Start a game.png b/images/Start a game.png index a53c9ae4..053b3369 100644 Binary files a/images/Start a game.png and b/images/Start a game.png differ diff --git a/images/add20Users.png b/images/add20Users.png new file mode 100644 index 00000000..8877e760 Binary files /dev/null and b/images/add20Users.png differ diff --git a/images/playGame100.png b/images/playGame100.png new file mode 100644 index 00000000..64e194d8 Binary files /dev/null and b/images/playGame100.png differ diff --git a/index.html b/index.html index efcd6b6f..85dd7d57 100644 --- a/index.html +++ b/index.html @@ -512,7 +512,7 @@
Testability is a crucial aspect of software development. It refers to the ease with which a software system can be tested to ensure its correctness and reliability. By writing tests, developers can verify that their code behaves as expected and identify any potential issues or bugs. There are various types of tests that can be performed, such as unit tests, integration tests, and end-to-end tests. Unit tests focus on testing individual components or functions in isolation, while integration tests verify the interaction between different components. End-to-end tests simulate real-world scenarios to ensure the entire system functions correctly.
@@ -1713,7 +1713,7 @@