You are viewing a single comment's thread from:
RE: Minefield Game Using HTML 5 SVG (Part-1)
Thank you for your contribution.
- We suggest you post comments only on lines of code that aren't easy to understand.
For example:
//brief description function rectBuilder
function rectBuilder(x,y,color){
//rectangle creation code
var arc=svg.rect({
x:x,
y:y,
width:50, height:50,
fill: color,
});
}
Your contribution has been evaluated according to Utopian policies and guidelines, as well as a predefined set of questions pertaining to the category.
To view those questions and the relevant answers related to your post, click here.
Need help? Write a ticket on https://support.utopian.io/.
Chat with us on Discord.
[utopian-moderator]
Thank you for your review, @portugalcoin!
So far this week you've reviewed 4 contributions. Keep up the good work!