WDI-SEA / game-project-issues

0 stars 0 forks source link

timer on screen instead of a setTimeout, start screen transition, and game over screen transition #49

Closed isaac8069 closed 3 years ago

isaac8069 commented 3 years ago

What's the problem you're trying to solve?

I am trying to add a timer on my canvas instead of using a setTimeout. I need a start screen and a game over that pops up on the screen.

Post any code you think might be relevant (one fenced block per file)

If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?

No error. I deleted the code I had in my VSCode.

What is your best guess as to the source of the problem?

I don't understand how to implement it into my game properly. It's a knowledge gap.

What things have you already tried to solve the problem?

Research the issue. Find code on line that could help in achieving these issues. Implementing code.

isaac8069 commented 3 years ago

Resolved!!!