Art of Problem Solving
AoPS Online
Math texts, online classes, and more
for students in grades 5-12.
Visit AoPS Online ‚
Books for Grades 5-12 Online Courses
Beast Academy
Engaging math books and online learning
for students ages 6-13.
Visit Beast Academy ‚
Books for Ages 6-13 Beast Academy Online
AoPS Academy
Small live classes for advanced math
and language arts learners in grades 2-12.
Visit AoPS Academy ‚
Find a Physical Campus Visit the Virtual Campus
Sign In
Register
online school
Class Schedule Recommendations Olympiad Courses Free Sessions
bookstore
AoPS Curriculum Beast Academy Online Books Recommendations Other Books & Gear All Products Gift Certificates
community
Forums Contests Search Help
resources
math training & tools Alcumus Videos For the Win! MATHCOUNTS Trainer AoPS Practice Contests AoPS Wiki LaTeX TeXeR MIT PRIMES/CrowdMath Keep Learning All Ten
contests on aops Practice Math Contests USABO
news AoPS Blog Webinars
view all 0
Sign In
Register
AoPS Wiki
Resources Aops Wiki User:Daybreakstudent

Page

User pageDiscussionView sourceHistory

Toolbox

Recent changesRandom pageHelpWhat links hereUser contributionsLogsView user groupsSpecial pages

Search

User:Daybreakstudent

Revision as of 18:13, 8 July 2022 by Daybreakstudent (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[asy] //Original copy at https://artofproblemsolving.com/wiki/index.php/User:Daybreakstudent //MADE BY DAYBREAKSTUDENT //THE BEST CHESS SET EVER LOGO (Yes, it's really called that) //The code may be very convoluted, just warning you...      //COLORS+LINE TYPES  //Guide Lines pen g=(linetype("2 3")+gray+linewidth(.5));  //Knight Outline pen b=(gray+linewidth(.5));  //Knight Fill pen c=(black); //*GUIDING POINTS*  //*C C*/ pair A=(0,0); //*C U4*/ pair B=(0,3.125); //*C D4*/ pair C=(0,-3.125); //*L4 C*/ pair D=(-3.75,0); //*R4 C*/ pair E=(3.75,0); //*L1 C*/ pair F=(-1.25,0); //*L1 U1*/ pair G=(-1.25,0.75); //*L1 U2*/ pair H=(-1.25, 1.5); //*L1 D1*/ pair I=(-1.25, -0.75); //*L1 D2*/ pair J=(-1.25, -1.5); //*L1 U3*/ pair K=(-1.25,2.75); //*L1 D3*/ pair L=(-1.25,-2.75); //*R1 C*/ pair M=(1.25,0); //*R1 U1*/ pair N=(1.25,0.75); //*R1 U2*/ pair O=(1.25, 1.5); //*R1 D1*/ pair P=(1.25, -0.75); //*R1 D2*/ pair Q=(1.25, -1.5); //*R1 U3*/ pair R=(1.25,2.75); //*R1 D3*/ pair S=(1.25,-2.75); //*L2 U1 pair T=(-1.875, .75); //*L2 U2 pair U=(-1.875, 1.5); //*L2 D1 pair V=(-1.875, -.75); //*L2 D2  pair W=(-1.875, -1.5); //*R2 U1 pair X=(1.875, .75); //*R2 U2 pair Y=(1.875, 1.5); //*R2 D1 pair Z=(1.875, -.75); //*R2 D2  pair AA=(1.875, -1.5); //*L3 U1 pair BB=(-2.75, 1.0625); //*L3 D1 pair CC=(-2.75, -1.0625); //*R3 U1 pair DD=(2.75, 1.0625); //*R3 D1 pair EE=(2.75, -1.0625);  //*Diagonal  line ends pair ELD=(-3.75, -.1875); pair ELU=(-3.75, .1875); pair ERD=(3.75, -.1875); pair ERU=(3.75, .1875); //*Diagonal line starts pair SLD=(-1.75, -2.5); pair SLU=(-1.75, 2.5); pair SRD=(1.75, -2.5); pair SRU=(1.75, 2.5); //*Circle Intersections pair CLD=(-1.25, -1.0625); pair CLU=(-1.25, 1.0625); pair CRD=(1.25, -1.0625); pair CRU=(1.25, 1.0625); //*Polar Lines pair PUL=(-2, 1.625); pair PUR=(2, 1.625); pair PDL=(-2, -1.625); pair PDR=(2, -1.625);  //KNIGHT POINTS pair KCC=(0,0); pair KRC=(0.375,0); pair KCU=(0,0.1875); pair KRU=(0.125,0.1875); pair KLU=(-.25,.1875); pair KCUUU=(0,.6875); pair KLC=(-0.8125, 0); pair KLUU=(-.3125,.5625); pair KLLUUU=(-.4375,1.0625); pair KLLUUUU=(-.8125, .6875); pair KLLUU=(-.8125, .4375); pair KCUUUU=(0, .9375); pair KCUUUUU=(0, 1.1875); pair KLUUUUU=(-.25, 1.1875); pair KRUU=(.25,.3125); pair KRRUU=(.5625,.25); pair KRRUUU=(.5625,.375); pair KRUUU=(.4375,.875); pair KRRU=(.6875,.125); pair KRRRU=(.9375,.125); pair KRRRUUUU=(.4375,.875); pair KRRRRRUUU=(.875,.6875); pair KRRRRRUU=(1,.25); pair KRUUUU=(.25,1); pair KCUUUUUU=(0,1.625); pair KLUUUUUU=(-.0625,.6875); pair KRDDD=(.375,-.5625); pair KRRRDDD=(.875,-.5625); pair KCD=(0,-.75); pair KRRDDD=(.5,-1); pair KCDD=(0,-1.125); pair KRDDDD=(.5,-1.1875); pair KCDDD=(0,-1.5); pair KLD=(-.3125,-.1875); pair KLLD=(-.5,-.375); pair KLLLLD=(-.75,-.625); pair KLLLDDDDD=(-.4375,-1.1875); pair ICANTHELPMYSELF=(-.46875,-1.1875);    //KNIGHT BASE pair KBRT=(.8125,-1); pair KBRU=(.9375,-1.25); pair KBRD=(1.0625,-1.25); pair KBRB=(1.0625,-1.5);  pair KBLT=(-.8125,-1); pair KBLU=(-.9375,-1.25); pair KBLD=(-1.0625,-1.25); pair KBLB=(-1.0625,-1.5);  //DRAWING SYSTEMS  fill((4,3.125)--(-4,3.125)--(-4,-3.125)--(4,-3.125)--cycle, black);  //GUIDE   draw(circle((0,0),.375), g);  draw(circle((.75,.375),.375),g); draw(circle((-.75,.375),.375),g); draw(circle((-.75,-.375),.375),g); draw(circle((.75,-.375),.375),g);   draw(circle((0,-1.625),.375),g); draw(circle((0,1.625),.375),g);   draw(circle((CRU),.375),g); draw(circle((CLU),.375),g); draw(circle((CLD),.375),g); draw(circle((CRD),.375),g);  draw(B--A--C, g); draw((-4,0)--(0,0)--(4,0), g);   draw(ELD--SRU, g); draw(ERD--SLU, g); draw(ELU--SRD, g); draw(ERU--SLD, g);   draw(K--L, g); draw(R--S, g);  draw(CLU--BB, g); draw(CLD--CC, g); draw(CRU--DD, g); draw(CRD--EE, g);  draw(PDR--PDL, g); draw(PUL--PUR, g);   //Knight  fill(KCC--KRC--KRU--KCU--cycle, c); draw(KCC--KRC--KRU--KCU--cycle, b);  fill(KCC--KCU--KLU--cycle, c); draw(KCC--KCU--KLU--cycle, b);  fill(KCUUU--KCU--KLU--cycle, c); draw(KCUUU--KCU--KLU--cycle, b);  fill(KCC--KLU--KLC--cycle, c); draw(KCC--KLU--KLC--cycle, b);  fill(KCUUU--KLU--KLC--KLUU--cycle, c); draw(KCUUU--KLU--KLC--KLUU--cycle, b);  fill(KLLUUU--KCUUU--KLUU--cycle, c); draw(KLLUUU--KCUUU--KLUU--cycle, b);  fill(KLLUUU--KLLUUUU--KLUU--cycle, c); draw(KLLUUU--KLLUUUU--KLUU--cycle, b);  fill(KLC--KLLUUUU--KLUU--cycle, c); draw(KLC--KLLUUUU--KLUU--cycle, b);  fill(KCUUUU--KCUUU--KLLUUU--cycle, c); draw(KCUUUU--KCUUU--KLLUUU--cycle, b);  fill(KCUUUU--KLLUUU--KLUUUUU--KCUUUUU--cycle, c); draw(KCUUUU--KLLUUU--KLUUUUU--KCUUUUU--cycle, b);  fill(KRUU--KCUUU--KCU--KRU--cycle, c); draw(KRUU--KCUUU--KCU--KRU--cycle, b);  fill(KCUUU--KRRUUU--KRRUU--KRUU--cycle, c); draw(KCUUU--KRRUUU--KRRUU--KRUU--cycle, b);  fill(KRRU--KRRRU--KRRUUU--KRRUU--cycle, c); draw(KRRU--KRRRU--KRRUUU--KRRUU--cycle, b);  fill(KCUUU--KCUUUU--KRRRUUUU--cycle, c); draw(KCUUU--KCUUUU--KRRRUUUU--cycle, b);  fill(KCUUU--KRRUUU--KRRRUUUU--cycle, c); draw(KCUUU--KRRUUU--KRRRUUUU--cycle, b);  fill(KRRRRRUUU--KRRUUU--KRRRUUUU--cycle, c); draw(KRRRRRUUU--KRRUUU--KRRRUUUU--cycle, b);  fill(KRRRRRUUU--KRRRRRUU--KRRUUU--cycle, c); draw(KRRRRRUUU--KRRRRRUU--KRRUUU--cycle, b);  fill(KCUUUUU--KRUUUU--KRUUU--KCUUUU--cycle, c); draw(KCUUUUU--KRUUUU--KRUUU--KCUUUU--cycle, b);  fill(KRC--KRDDD--KCC--cycle, c); draw(KRC--KRDDD--KCC--cycle, b);  fill(KRC--KRRRDDD--KRDDD--cycle, c); draw(KRC--KRRRDDD--KRDDD--cycle, b);  fill(KCC--KRDDD--KCD--cycle, c); draw(KCC--KRDDD--KCD--cycle, b);  fill(KRRRDDD--KRDDD--KCD--cycle, c); draw(KRRRDDD--KRDDD--KCD--cycle, b);  fill(KCDD--KRRDDD--KCD--cycle, c); draw(KCDD--KRRDDD--KCD--cycle, b);  fill(KRRRDDD--KRRDDD--KCD--cycle, c); draw(KRRRDDD--KRRDDD--KCD--cycle, b);  fill(KCDD--KCDDD--KRDDDD--cycle, c); draw(KCDD--KCDDD--KRDDDD--cycle, b);  fill(KCDD--KCDDD--KRDDDD--cycle, c); draw(KCDD--KCDDD--KRDDDD--cycle, b);  fill(KCDD--KRRDDD--KRDDDD--cycle, c); draw(KCDD--KRRDDD--KRDDDD--cycle, b);  fill(KCC--KCD--KLD--cycle, c); draw(KCC--KCD--KLD--cycle, b);  fill(KCC--KLC--KLLD--KLD--cycle, c); draw(KCC--KLC--KLLD--KLD--cycle, b);  fill(KCD--KLLD--KLD--cycle, c); draw(KCD--KLLD--KLD--cycle, b);  fill(KCD--KLLD--KLLLLD--cycle, c); draw(KCD--KLLD--KLLLLD--cycle, b);  fill(KCD--KLLLLD--KCDD--cycle, c); draw(KCD--KLLLLD--KCDD--cycle, b);  fill(KCDDD--KLLLDDDDD--KCDD--cycle, c); draw(KCDDD--KLLLDDDDD--KCDD--cycle, b);  fill(ICANTHELPMYSELF--KLLLDDDDD--KCDD--(-.3125,-.9375)--cycle, c); draw(ICANTHELPMYSELF--KLLLDDDDD--KCDD--(-.3125,-.9375)--cycle, b);  fill(KCUUUUUU--KCUUUUU--KLUUUUU--(-.125,1.5)--cycle, c); draw(KCUUUUUU--KCUUUUU--KLUUUUU--(-.125,1.5)--cycle, b);  //KNIGHT BASE fill(KCDDD--KBRT--KBRU--cycle, c); draw(KCDDD--KBRT--KBRU--cycle, b);  fill(KCDDD--KBRU--KBRD--KBRB--cycle, c); draw(KCDDD--KBRU--KBRD--KBRB--cycle, b);  fill(KCDDD--KBLT--KBLU--cycle, c); draw(KCDDD--KBLT--KBLU--cycle, b);  fill(KCDDD--KBLU--KBLD--KBLB--cycle, c); draw(KCDDD--KBLU--KBLD--KBLB--cycle, b); [/asy]

Retrieved from "https://artofproblemsolving.com/wiki/index.php?title=User:Daybreakstudent&oldid=175738"
Art of Problem Solving is an
ACS WASC Accredited School
aops programs
AoPS Online
Beast Academy
AoPS Academy
About
About AoPS
Our Team
Our History
Jobs
AoPS Blog
Site Info
Terms
Privacy
Contact Us
follow us
Subscribe for news and updates
© 2025 AoPS Incorporated
© 2025 Art of Problem Solving
About Us  •  Contact Us  •  Terms  •  Privacy
Copyright © 2025 Art of Problem Solving

Something appears to not have loaded correctly.

Click to refresh.