MCPcopy Create free account
hub / github.com/Berkeley-CS61B/skeleton-sp23 / flashSequence

Method flashSequence

lab13/src/MemoryGame/MemoryGame.java:91–93  ·  view source on GitHub ↗
(String letters)

Source from the content-addressed store, hash-verified

89 }
90
91 public void flashSequence(String letters) {
92 //TODO: Display each character in letters, making sure to blank the screen between letters
93 }
94
95 public String solicitNCharsInput(int n) {
96 //TODO: Read n letters of player input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected