Skip to content

NyxofDarkness/chess-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Lab: 11 - Numpy

Author: Audrena Vacirca

Description

Your job is to render out chess boards with red and blue queens on them.

We’re keeping it really basic here so the only pieces are queens and each queen is represented by a blue or red square.

Chess board is an 8 by 8 grid of alternating black and white squares. The queens are red and blue squares.

Each board will have one red and one blue queen at different coordinates. In addition to displaying the board you’ll need to identify if the queens are “under attack” based on their coordinates.

To use this you will want to:

coming soon

Change Log

1.1: structure added, board logic, and queens

PR Link

Collaborators

abs function help by guru99

Stack Overflow help for grid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published