项目作者: MichaelFarag

项目描述 :
Game Pixel Art Maker
高级语言: JavaScript
项目地址: git://github.com/MichaelFarag/Game-Pixel-Art-Maker.git
创建时间: 2018-07-20T12:53:51Z
项目社区:https://github.com/MichaelFarag/Game-Pixel-Art-Maker

开源协议:

下载


Udacity-Lab-Pixel-Art-Maker

Check here: https://michaelfarag.github.io/Game-Pixel-Art-Maker/

You create a one-page web application that lets users draw a pixel image on a customizable panel.

To begin, you’ll be given starter code (including HTML and CSS) to build the application. You’ll write JavaScript code that lets the user create a grid of squares representing their design, and apply colors to those squares to create a digital masterpiece!

Your users should be able to:

Dynamically set the size of the table as an N by M grid.
Choose a color.

Click a cell in the grid to fill that cell with the chosen color.

Your primary task is to implement the makeGrid() function, that dynamically creates a grid that the user can interact with.