RichardMarks / coin-collector-mobile

MIT License
0 stars 1 forks source link

implement the command panel #7

Closed RichardMarks closed 6 years ago

RichardMarks commented 6 years ago

Command Panel output by default

Enter Coordinate To Check(Y,X): 

Command Panel output with STDIN input typed by user

Enter Coordinate To Check(Y,X): D,3

Expected return value from the Command Panel for the input D,3

A Point tuple of (x: 3, y: 3)