+```
+
+2. Allow X11 access:
+```bash
+xhost +local:docker
+```
+
+3. Build the Docker image:
+```bash
+docker build -t caterpillar-game .
+```
+
+4. Run the container:
+```bash
+docker run --network host \
+ -e DISPLAY=localhost:10.0 \
+ -e XAUTHORITY=/home/$USER/.Xauthority \
+ -v /home/$USER/.Xauthority:/home/$USER/.Xauthority \
+ caterpillar-game
+```
+
## 📺 Demo
## 🤖 Author
-[Leah Nguyen](https://github.com/ndleah)
\ No newline at end of file
+[Leah Nguyen](https://github.com/ndleah)