XOG9.blog
close
프로필 배경
프로필 로고

XOG9.blog

  • 분류 전체보기 (109)
    • IT (18)
      • Database (0)
      • Git (4)
      • HTML, CSS, JS (3)
      • Java (8)
      • Network (3)
    • Programming (10)
      • API (3)
      • HTML, CSS, JS (3)
      • Java (0)
      • Network (2)
      • Security (1)
      • Operating Systems (1)
    • Troubleshooting (5)
    • Snippets (2)
    • Algorithm (69)
      • Backjoon (60)
      • Karel (6)
      • Programmers (2)
    • Projects (0)
      • Personal (0)
      • Team (0)
    • Etc (5)
      • Book (0)
      • Developer (1)
      • Notion (4)
      • Tistory (0)
  • 홈
  • 태그
  • Archive
[Karel] Unit9

[Karel] Unit9

Unit9 Lesson2 Before After function main() { while(frontIsClear()){ move(); if(beepersPresent()){ findBeeper(); } } } function findBeeper(){ turnLeft(); while(frontIsClear()){ move(); if(noBeepersPresent()){ putBeeper(); } } turnAround(); while(frontIsClear()){ move(); } turnLeft(); }

  • format_list_bulleted Karel
  • · 2022. 5. 23.
  • textsms
[Karel] Unit8

[Karel] Unit8

Unit8 Lesson2 Before After function main() { moveToWall(); } function moveToWall(){ while(frontIsClear()) { move(); } } Lesson3 Before After function main() { putBeeper(); putBeeperLine(); } function putBeeperLine(){ while(frontIsClear()) { move(); putBeeper(); } } Lesson5 Before After function main(){ while(leftIsClear()){ putBeeperLine(); reset(); moveUp(); } putBeeperLine(); } function putBee..

  • format_list_bulleted Karel
  • · 2022. 5. 23.
  • textsms
[Karel] Unit6

[Karel] Unit6

Unit6 Lesson1 Before After function place50Beepers() { repeat(50) { putBeeper(); } } function main() { move(); place50Beepers(); move(); }

  • format_list_bulleted Karel
  • · 2022. 5. 23.
  • textsms
[Karel] Unit5

[Karel] Unit5

단계 Lesson1 Before After function turnRight(){ turnLeft(); turnLeft(); } function turnaround(){ turnLeft(); turnLeft(); turnLeft(); turnLeft(); } function main(){ move(); move(); turnRight(); move(); turnLeft(); move(); pickBeeper(); turnAround(); move(); turnRight(); move(); turnLeft(); move(); putBeeper(); move(); turnAround(); }

  • format_list_bulleted Karel
  • · 2022. 5. 23.
  • textsms
[Karel] Unit4

[Karel] Unit4

단계 Lesson2 Before After function turnAround() { turnLeft(); turnLeft(); turnLeft(); turnLeft(); } function main(){ move(); putBeeper(); turnAround(); move(); turnAround(); }

  • format_list_bulleted Karel
  • · 2022. 5. 23.
  • textsms
[Karel] Unit3

[Karel] Unit3

Unit3 Lesson3 Before After function main(){ move(); move(); move(); } Lesson4 Before After function turnRight(){ turnLeft(); turnLeft(); } function main(){ turnLeft(); move(); turnRight(); move(); } Lesson5 Before After function main(){ putBeeper(); move(); putBeeper(); move(); putBeeper(); move(); putBeeper(); } Lesson6 Before After function main() { move(); pickBeeper(); pickBeeper(); pickBeep..

  • format_list_bulleted Karel
  • · 2022. 5. 23.
  • textsms
  • navigate_before
  • 1
  • navigate_next
공지사항
전체 카테고리
  • 분류 전체보기 (109)
    • IT (18)
      • Database (0)
      • Git (4)
      • HTML, CSS, JS (3)
      • Java (8)
      • Network (3)
    • Programming (10)
      • API (3)
      • HTML, CSS, JS (3)
      • Java (0)
      • Network (2)
      • Security (1)
      • Operating Systems (1)
    • Troubleshooting (5)
    • Snippets (2)
    • Algorithm (69)
      • Backjoon (60)
      • Karel (6)
      • Programmers (2)
    • Projects (0)
      • Personal (0)
      • Team (0)
    • Etc (5)
      • Book (0)
      • Developer (1)
      • Notion (4)
      • Tistory (0)
최근 글
인기 글
최근 댓글
태그
  • #jquery
  • #Notion
  • #GIT
  • #egov
  • #백준
  • #javascript
  • #boj
  • #java
  • #JSP
  • #Python3
전체 방문자
오늘
어제
전체
달력
«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바

개인정보

  • 티스토리 홈
  • 포럼
  • 로그인

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.