diff --git a/Dicegame/just-ctrlC-ctrlV/1.png b/Dicegame/just-ctrlC-ctrlV/1.png
new file mode 100644
index 000000000..ebbf92d18
Binary files /dev/null and b/Dicegame/just-ctrlC-ctrlV/1.png differ
diff --git a/Dicegame/just-ctrlC-ctrlV/2.png b/Dicegame/just-ctrlC-ctrlV/2.png
new file mode 100644
index 000000000..3140fce99
Binary files /dev/null and b/Dicegame/just-ctrlC-ctrlV/2.png differ
diff --git a/Dicegame/just-ctrlC-ctrlV/3.png b/Dicegame/just-ctrlC-ctrlV/3.png
new file mode 100644
index 000000000..a18346d76
Binary files /dev/null and b/Dicegame/just-ctrlC-ctrlV/3.png differ
diff --git a/Dicegame/just-ctrlC-ctrlV/4.png b/Dicegame/just-ctrlC-ctrlV/4.png
new file mode 100644
index 000000000..06ebfc05b
Binary files /dev/null and b/Dicegame/just-ctrlC-ctrlV/4.png differ
diff --git a/Dicegame/just-ctrlC-ctrlV/5.png b/Dicegame/just-ctrlC-ctrlV/5.png
new file mode 100644
index 000000000..c31d369ca
Binary files /dev/null and b/Dicegame/just-ctrlC-ctrlV/5.png differ
diff --git a/Dicegame/just-ctrlC-ctrlV/6.png b/Dicegame/just-ctrlC-ctrlV/6.png
new file mode 100644
index 000000000..6473cd684
Binary files /dev/null and b/Dicegame/just-ctrlC-ctrlV/6.png differ
diff --git a/Dicegame/just-ctrlC-ctrlV/README.md b/Dicegame/just-ctrlC-ctrlV/README.md
new file mode 100644
index 000000000..1f585b87f
--- /dev/null
+++ b/Dicegame/just-ctrlC-ctrlV/README.md
@@ -0,0 +1,33 @@
+# Pig Game (JavaScript)
+
+Welcome to the Pig Game! This simple web-based game allows two players to take turns rolling dice and competing for victory. It's a fun and interactive way to challenge your luck and strategy as you aim to reach the target score.
+
+## Table of Contents
+
+- [Getting Started](#getting-started)
+- [Game Rules](#game-rules)
+- [How to Play](#how-to-play)
+- [Features](#features)
+- [Contributing](#contributing)
+- [License](#license)
+
+## Getting Started
+
+To get started with the Pig Game, follow these simple steps:
+
+1. Clone the repository or download the source code to your local machine.
+2. Ensure you have a modern web browser installed (e.g., Chrome, Firefox, Edge).
+3. Open the `index.html` file in your web browser.
+
+Now you and a friend are ready to start playing the Pig Game!
+
+## Game Rules
+
+The rules of the Pig Game are easy to understand:
+
+- Two players take turns rolling a standard six-sided die.
+- On a player's turn, they can roll the die as many times as they like and accumulate points with each roll.
+- If a player rolls a 1, they lose all the points accumulated during that turn, and their turn ends.
+- The player can choose to "Hold" and add their turn's points to their total score to secure them.
+- The first player to reach the target score (default is 100 points) wins the game.
+- If a
diff --git a/Dicegame/just-ctrlC-ctrlV/dice1.png b/Dicegame/just-ctrlC-ctrlV/dice1.png
new file mode 100644
index 000000000..7abd30d19
Binary files /dev/null and b/Dicegame/just-ctrlC-ctrlV/dice1.png differ
diff --git a/Dicegame/just-ctrlC-ctrlV/dice2.png b/Dicegame/just-ctrlC-ctrlV/dice2.png
new file mode 100644
index 000000000..e0a8ecf5e
Binary files /dev/null and b/Dicegame/just-ctrlC-ctrlV/dice2.png differ
diff --git a/Dicegame/just-ctrlC-ctrlV/hold.png b/Dicegame/just-ctrlC-ctrlV/hold.png
new file mode 100644
index 000000000..691af09c1
Binary files /dev/null and b/Dicegame/just-ctrlC-ctrlV/hold.png differ
diff --git a/Dicegame/just-ctrlC-ctrlV/index.html b/Dicegame/just-ctrlC-ctrlV/index.html
new file mode 100644
index 000000000..fc445c7a6
--- /dev/null
+++ b/Dicegame/just-ctrlC-ctrlV/index.html
@@ -0,0 +1,45 @@
+
+
+