Cardshifter / HTML-Client

HTML/CSS/JS-based client for Cardshifter
http://cardshifter.zomis.net
Apache License 2.0
13 stars 5 forks source link

Add highlighted list for what phase of turn it is on right of client #124

Open AldenPeterson opened 8 years ago

AldenPeterson commented 8 years ago

Currently, it is not clear what phase of the turn it is.

It would be nice if on the right side of the screen, it showed what phase of the game it was.

A list of all phases, and a box/highlight around the current phase would show the player what phase it is.

Zomis commented 8 years ago

Currently, we only have a "Mulligan" phase that is used before the game begins, and then we have a "Main" phase where you can do anything. The server does not yet support multiple phases such as MtG and other games have.

Zomis commented 8 years ago

But yes, it would be nice to have something like this :)

Phrancis commented 6 years ago

This should be reasonably easy to implement in Vue.js client.

Zomis commented 6 years ago

Some turn indicator and phase name could be fixed if the server would send information about this.