diff --git a/README.md b/README.md index f608a2e..277d452 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# javascript-postbox \ No newline at end of file +# 빨간우체통미션 Sonya & Jenet + +## 결과화면 +![result](screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_28_42.png) +
+![result1](screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_34_21.png) +
+![result2](screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_34_37.png) + +- x,y좌표는 랜덤으로 만들어짐. +- 마을 안에 만들어진 마을이 경계를 벗어나는 문제가 있음. +- 좌표는 랜덤으로 생성되지만 크기는 고정되어있음. \ No newline at end of file diff --git a/sample.html b/sample.html new file mode 100644 index 0000000..23b1177 --- /dev/null +++ b/sample.html @@ -0,0 +1,97 @@ + + + + + + +
+ canvas +
+ +
+
+ + + \ No newline at end of file diff --git a/screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_28_42.png b/screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_28_42.png new file mode 100644 index 0000000..a52e514 Binary files /dev/null and b/screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_28_42.png differ diff --git a/screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_34_21.png b/screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_34_21.png new file mode 100644 index 0000000..02f0adb Binary files /dev/null and b/screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_34_21.png differ diff --git a/screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_34_37.png b/screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_34_37.png new file mode 100644 index 0000000..2249d0d Binary files /dev/null and b/screencapture-127-0-0-1-5500-red-postbox-sample-sample-html-2022-03-10-11_34_37.png differ