Commit Graph

414 Commits

Author SHA1 Message Date
956daf20fb added reaction description into game_results 2023-01-14 18:37:09 +01:00
acdae93ac3 fix bug in image related requests 2023-01-14 18:37:09 +01:00
1f39b6dc4d
Merge pull request #36 from ThomasRubini/client_game-results-and-interrogation
[Client] Add game backgrounds and add interrogration and results views
2023-01-14 18:36:27 +01:00
AudricV
246a537496
[Client] Refactor CSS game code, apply some fixes and improvements
Also remove unused properties and merge some of the common properties value
into a single declaration
2023-01-14 18:10:46 +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
e7dd867e51 fixed typos 2023-01-14 15:01:50 +01:00
2575df3611 updated remote database 2023-01-14 14:44:38 +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
c3ee6272ee
Merge pull request #35 from ThomasRubini/client_game_introduction_and_interrogation
[Client] Add game introduction + interrogation + emotion and culprit choices views
2023-01-13 14:20:52 +01:00
AudricV
49744be094
[Client] Add emotion and culprit choices style 2023-01-13 14:12:33 +01:00
AudricV
b5e6e80df1
[Client] Add emotion and culprit choices view 2023-01-13 14:10:49 +01:00
Thomas Rubini
ba7061747b
Merge pull request #34 from ThomasRubini/test_env 2023-01-13 13:56:31 +01:00
Thomas Rubini
04e16c0f49
load dotfile in tests 2023-01-13 13:56:17 +01:00
Thomas Rubini
5dd04b8dde
Merge pull request #33 from ThomasRubini/lint2 2023-01-13 13:54:38 +01:00
Thomas Rubini
81fc987f89
convert remaining functions to snake_case 2023-01-13 13:54:25 +01:00
Thomas Rubini
4f753c3c45
Merge pull request #32 from ThomasRubini/read_image 2023-01-13 13:54:06 +01:00
Thomas Rubini
d5fdeb80ce
Close file in read_image() 2023-01-13 13:44:40 +01:00
Thomas Rubini
f15291031a
Merge pull request #31 from ThomasRubini/lint 2023-01-13 13:41:17 +01:00
Thomas Rubini
ad76bda3e6
use snake case for functions 2023-01-13 13:38:35 +01:00
Thomas Rubini
f682d39c5a
remove some linting warnings 2023-01-13 13:32:41 +01:00
Thomas Rubini
4a889aa559
Merge pull request #30 from ThomasRubini/dotenv 2023-01-13 12:02:53 +01:00
Thomas Rubini
74622c78a9
Use github actions secret for to pass variables for tests 2023-01-13 12:01:54 +01:00
Thomas Rubini
b9768aa37d
use dotenv to connect to the db 2023-01-13 11:56:38 +01:00
Thomas Rubini
bb04e744c3
use a dotenv file 2023-01-13 11:46:54 +01:00
Thomas Rubini
e3f779abeb
Merge pull request #29 from ThomasRubini/server_doc 2023-01-13 10:06:21 +01:00
Thomas Rubini
4c8e8e3dbe
document TruthSeekerApp 2023-01-13 10:05:12 +01:00
Thomas Rubini
f7c300785d
move documentation inside functions 2023-01-13 10:01:23 +01:00
Thomas Rubini
711d562af0
document check_username() 2023-01-13 10:00:36 +01:00
Thomas Rubini
cfee9fa428
discord_bot.py documentation 2023-01-13 09:58:27 +01:00
Thomas Rubini
a8fae6b3fc
Start documentation in game_logic.py 2023-01-13 09:58:27 +01:00
e8c5288f00
Merge pull request #28 from ThomasRubini/player_responses
added response text to trait_id in getPlayerResults
2023-01-13 09:51:50 +01:00
Thomas Rubini
0ee67fafbf
Merge pull request #27 from ThomasRubini/refactor 2023-01-13 09:49:03 +01:00
Thomas Rubini
459c5fad8a
refactor check_username() to game_logic 2023-01-13 09:47:28 +01:00
7acfe7977f added response text to trait_id in getPlayerResults 2023-01-13 08:58:04 +01:00
0efed3b845
Merge pull request #26 from ThomasRubini/js_client_side
fixed non working name add
2023-01-12 18:40:34 +01:00
461494051d fixed non working name add 2023-01-12 17:30:55 +01:00
AudricV
e62022c43c
[Client] Add game introduction style 2023-01-12 11:01:15 +01:00
AudricV
3db8505e18
[Client] Add game interrogation view 2023-01-12 11:01:15 +01:00
AudricV
f1aab66983
[Client] Add introduction style 2023-01-12 11:01:15 +01:00
AudricV
2c07880607
[Client] Add game introduction view 2023-01-12 11:01:15 +01:00
7cd525f28b
Merge pull request #25 from ThomasRubini/js_client_side
Js client side
2023-01-11 13:26:11 +01:00
403dbc5683 finished lobby 2023-01-11 12:12:40 +01:00
18e2a3f30b finished lobby 2023-01-11 11:44:52 +01:00
Thomas Rubini
a217834999
Merge pull request #24 from ThomasRubini/bot_discord 2023-01-11 11:06:21 +01:00
Thomas Rubini
f9504a1f86
separate bot instance creation and start 2023-01-11 11:04:39 +01:00
2282a5b91a lobby advancement 2023-01-11 11:02:04 +01:00
Thomas Rubini
dd727310f7
add discord.py to requirements 2023-01-11 10:55:14 +01:00
Thomas Rubini
e2846d342a
add channel API + @API decorator 2023-01-11 10:55:06 +01:00