aksnell / assignments

0 stars 0 forks source link

Minesweeper - Good React Practice #31

Closed aksnell closed 4 years ago

aksnell commented 4 years ago

In this assignment, you will communicate with a back-end API server to create the user-interface for a Minesweeper clone. It might help to familiarize yourself with the game if you've never played it.

Objectives

Requirements

Read over the documentation for the API we'll be using:

https://minesweeper-api.herokuapp.com/

You will need to interpret the response and render a graphical user interface. The API results include an array of arrays (two-dimensional array), these represent rows and columns. These are probably best translated into table rows (<tr>) and table data (<td>) cells.

Here's an example implementation of this assignment:

Explorer Mode

Adventure Mode

Epic Mode

Additional Resources

aksnell commented 4 years ago

Your homework Minesweeper - Good React Practice was marked: Acceptable

A Gavin says "WAT?"

“A Gavin says "WAT?"”