tel-ran-de / FE12-Basic

2 stars 12 forks source link

HW 2020-11-20 #104

Open isalexlog opened 3 years ago

isalexlog commented 3 years ago
  1. Reset game after hero catches monster:

    • increase number of wins
    • reset hero position - place him into center of game board
    • reser monster position - place it into random place of the board
  2. Try to implement displaying score on the game board - you need to learn how to render text on canvas.

  3. Please think how can we animate monster: monster can move depends on some random event generated by random generator (Math.random() calls)