71aedd3854
show npcs on interogation screen
2023-01-14 18:40:53 +01:00
370ca28ab5
finished npc generation on culprits and emotion
2023-01-14 18:40:23 +01:00
61ea8164a6
added image placeholder generator in anwser view
2023-01-14 18:39:57 +01:00
AudricV
0920e5546b
[Client] Improve game HTML page
...
- Remove unused elements;
- Improve some comments and elements.
2023-01-14 17:49:47 +01:00
mathiascazals
ced09b96a7
Finish results view of game page
2023-01-13 15:35:01 +01:00
mathiascazals
edf2f35010
Add results view and style
2023-01-13 15:32:48 +01:00
mathiascazals
ae8446d64d
Add backgrounds and interrogration views
2023-01-13 15:30:41 +01:00
AudricV
b5e6e80df1
[Client] Add emotion and culprit choices view
2023-01-13 14:10:49 +01:00
AudricV
3db8505e18
[Client] Add game interrogation view
2023-01-12 11:01:15 +01:00
AudricV
2c07880607
[Client] Add game introduction view
2023-01-12 11:01:15 +01:00
3728b2986f
fixed copy clipboard
2023-01-11 09:20:47 +01:00
6059172c95
join game in js
2023-01-11 08:59:53 +01:00
1addd381a3
startgame in js
2023-01-10 13:34:47 +01:00
AudricV
a8c4d791c9
[Client] Add ability to copy game room link to clipboard
...
Also rename Invite your friends button to Copy invitation link and open the
room code link in a new tab by default.
2023-01-09 16:26:50 +01:00
AudricV
3049e22b25
Add lobby script to its HTML page
2023-01-09 16:26:50 +01:00
AudricV
fe88154d57
[Client] Do a few changes to the lobby template
...
- Add an ID to start buttons;
- Add an invalid input message for the challenge mode;
- Turn the room code into a link.
2023-01-09 16:26:49 +01:00
AudricV
01ac22eb12
[Client] Add join room view
2023-01-09 16:26:49 +01:00
AudricV
6f78b3fc14
[Client] Add lobby room view
...
Co-authored-by: Cazals Mathias <mathiascazals@users.noreply.github.com>
2023-01-09 16:26:36 +01:00
AudricV
12a0626d64
[Client] Add initial interactions on the game selection view
...
These interactions are checks of nickname and room code validity, where it is
relevant.
Also set a maximum room code length to 20 characters, at least for now.
2023-01-04 13:29:39 +01:00
AudricV
6a0d7547c2
[Client] Add game selection view to start page
...
Some changes in the existing code have been also made to avoid code duplication
and fix some issues.
Co-authored-by: Cazals Mathias <mathiascazals@users.noreply.github.com>
2023-01-03 17:01:17 +01:00
AudricV
0aeb70daa0
[Client] Add licenses HTML page
2023-01-03 09:07:50 +01:00
AudricV
81d25df846
[Client] Add privacy policy HTML page
...
The privacy policy by itself will have to be added by Flask using the
html_privacy_policy variable and its last updated date using the
privacy_policy_last_updated_date variable.
2023-01-03 09:07:50 +01:00
AudricV
c5fc17c897
[Client] Add legal mentions HTML page
...
The legal mentions themselves will have to be added by Flask using the
html_legal_mentions variable.
2023-01-03 09:07:49 +01:00
AudricV
9646fcf5a1
[Client] Use absolute path for resources in the home page and fix some issues
...
- Fix game name in the game title
- Remove fill property from the theme switcher button to allow changing its
color when hovering it
2023-01-03 09:07:49 +01:00
Thomas Rubini
fa84404852
refactor client code to be used with the server
2022-12-01 11:58:04 +01:00
Thomas Rubini
67afb7ac8f
Basic UI pages
2022-12-01 10:57:39 +01:00