raulvillares / 3sacrowd

Tic-Tac-Toe puzzle using plain javascript :video_game:

Home Page:https://raulvillares.github.io/3sacrowd/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New features / ideas

raulvillares opened this issue · comments

Any idea to enhance the game? Let's talk about it!

Display level number?

Yeah, maybe in a "information area". For example:

Level 1/19
Movements: 22
Time: 1:54

It's a new feature now!

How about enlarging the squares apon hovering over them to improve the feel of the game?

Yes, I think it could look nicer. There is too much spacing between squares now. Do you feel like working on it? @flyer2403

Yes I'd like to work on this

I've created a pull request.
Please let me know if anything needs to be altered. I can also add similar functionality to the buttons.

Hi, we can add these features to enhance the game more:

  1. A user can proceed to next level only when he has completed the current level with given constraints.
    2.When a user tries to leave the site(game), we confirm him if he really wants to leave the site(added a confirmation dialog box)
    Here's the link to my pull request in which I have added this feature.https://github.com/raulvillares/3sacrowd/pull/52

how about adding an animation if the square cant be flipped. animation would shake the square. if admins approve this idea, I would like to work on this please.

@UncleFifi That sounds good. I'll make a ticket for it

What about adding a help Dialog box, and button. So that when a new user tries to play, if they dont understand the basics fo gameplay automatically: they have a hint!

I have created a PR with this feature (my first PR ever, so let me know if i did anything incorrectly)

#65