tridecco / game-client-web

Tridecco Game Client is a frontend application designed to support Tridecco games. It provides user interface rendering, user interaction handling, dynamic content loading, and communication with the backend server.
https://play.tridecco.com
GNU Affero General Public License v3.0
1 stars 0 forks source link

Update Page Layout and Add Features for Improved User Experience #47

Closed TKanX closed 2 weeks ago

TKanX commented 2 weeks ago

Description:

Update page layout and navigation, add remove help/support from navigation bar, and enhance game mode options.

Requirements:

TKanX commented 2 weeks ago

Implemented Single-Round Modes for 2, 3, and 4 Players and UI Enhancements

https://github.com/tridecco/game-client-web/commit/00344e3b189de485a0801ae1ba624a0f6c650da7

These changes provide new game modes and improve the user experience by offering a dynamic and interactive interface for selecting game modes.

TKanX commented 2 weeks ago

Moved Custom Rooms to Home Page and Matchmaking to Play Now Page

https://github.com/tridecco/game-client-web/commit/bccf8494693dcb7f7fd8fb2c51fe984d0d8f7b64

These changes improve the user experience by clearly separating custom room creation and matchmaking into distinct pages.

TKanX commented 2 weeks ago

Removed Help/Support page from navigation bar

https://github.com/tridecco/game-client-web/commit/7e8853ab246159dc31ebcf82d5b943945935605c

This change cleans up the navigation bar by removing links to non-existent pages, improving the user experience.

TKanX commented 2 weeks ago

Added hyperlink to website logo

https://github.com/tridecco/game-client-web/commit/60c261106387edeb40bc01a0e040d0a5119f2955

TKanX commented 2 weeks ago

Ensured error message is displayed when connection fails

https://github.com/tridecco/game-client-web/commit/e1390dbb9e990cfd874972b04d4038af28fa9f33

This fix improves the user experience by providing clear feedback when a connection error occurs.