HTML Tank Wars Study 01

Source: Internet
Author: User

<! DOCTYPE html>"http://www.w3.org/1999/xhtml">"Tankmap"Width="400px"height="300px"style="Background-color:black"></canvas> <script type="Text/javascript">varHerox = the; varHeroy = the; //get the canvas        varCANVAS1 = document.getElementById ("Tankmap"); //Get Canvas Brush Object        varCXT = Canvas1.getcontext ("2d"); //Draw a tankCxt.fillstyle ="#DED284"; //draw the left .Cxt.fillrect (Herox, Heroy,5, -); //draw the right .Cxt.fillrect (Herox + the, Heroy,5, -); //Middle RectangleCxt.fillrect (Herox +6, Heroy +5,8, -); //draw the lid of a tankCxt.fillstyle ="#FFD972"; Cxt.arc (Herox+Ten, Heroy + the,4,0, the,true);        Cxt.fill (); //car out of the gun lineCxt.strokestyle ="#FFD972"; Cxt.linewidth=1.5;        Cxt.beginpath (); Cxt.moveto (Herox+Ten, Heroy + the); Cxt.lineto (Herox+Ten, Heroy);        Cxt.closepath ();    Cxt.stroke (); </script></body>

As follows

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.