-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
User Story
Story
As a programmer
I want A class that allows characters to be drawn to specific points on a defined canvas/grid within the console
so that we have a standardized, simplified way to draw and manipulate 'graphics' on our games
Acceptance Criteria
(Rules or scenarios are acceptable formats.)
- The size of a canvas/grid is defined during creation.
- Characters can be assigned to points on the canvas/grid using coordinates (X,Y)
- Points that are not assigned a character default to a blank space character
- A single method call will draw all assigned characters to their associated spot in the console screen
Scenario 1
Given To create a TicTacToe game, the programmer defines point (1,1),(2,2) and (3,3) as X.
when the canvas is called to draw.
then the canvas will display three X's in a diagnal line.
Supporting Information
(Relevant information, context, resources)
Dependencies
Depends On
(Issues that must be completed before this story can be marked as completed)
Dependents
(Issues cannot be closed until this story has been marked as completed)
Metadata
Metadata
Assignees
Labels
No labels