sarmadhamdani02 / WebGames

This repo contains some web-based games, feel free to contribute 🙂 you can either create new games or contribute by solving issues.
https://webgames02.netlify.app/
9 stars 23 forks source link

Update index.html #28

Closed N3v1 closed 1 year ago

N3v1 commented 1 year ago

Hi @sarmadhamdani02👋, I've changed the text when the game is over in the index.html from the tic-tac-toe game

Old Text: "Game drawn" New Text: "Game Over"

Best regards NH

sarmadhamdani02 commented 1 year ago

Hi, @N3v1

Thanks for the work 🙏

But there is one problem. In the tic tac toe game the "game drawn" message makes more sense because it is telling that none of the player has won but the game is drawn.

N3v1 commented 1 year ago

Hi, @N3v1

Thanks for the work 🙏

But there is one problem. In the tic tac toe game the "game drawn" message makes more sense because it is telling that none of the player has won but the game is drawn.

Yes, you're right @sarmadhamdani02