Skip to content

Commit

Permalink
Store updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabriDeCastelli committed Aug 22, 2023
1 parent 06996d3 commit a1497ea
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 9 deletions.
61 changes: 61 additions & 0 deletions src/main/java/server/conf/playedGames.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,63 @@
{
"ff": [
"pantostome"
],
"aa": [
"bernardina",
"protandric",
"triquinate"
],
"xx": [
"inventable"
],
"gg": [
"bacchantes"
],
"ll": [
"immortally"
],
"a": [
"simnelwise"
],
"c": [
"polishable"
],
"ty": [
"dipsadinae"
],
"f": [
"remittance",
"geoselenic",
"garbleable",
"hundredary",
"euomphalid",
"unshipping",
"zoolatrous",
"unstripped",
"thiophenol",
"xiphoidian",
"admittable",
"weaponshow"
],
"fff": [
"streetless"
],
"f1": [
"subreption",
"disglorify",
"hundredary",
"unstripped"
],
"2": [
"hygienical"
],
"bv": [
"thiophenol"
],
"x": [
"malacopoda"
],
"wef": [
"spheroidic"
]
}
21 changes: 12 additions & 9 deletions src/main/java/server/conf/users.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"fabry": {
"username": "fabry",
"passwordHash": "fabry"
},
"f": {
"username": "f",
"passwordHash": "JS8QyDYQ68oaBZwLroJV66L5W+TR17z6idckioLZ8RE\u003d"
},
"ciao": {
"username": "ciao",
"passwordHash": "sTOgwOm+474gFj0q0x1iSNspKqbcse4IeiqlDg/HWuI\u003d"
"passwordHash": "JS8QyDYQ68oaBZwLroJV66L5W+TR17z6idckioLZ8RE\u003d",
"statistics": {
"gamesPlayed": 2,
"gamesWon": 2,
"gamesWonPercentage": 1.0,
"currentStreak": 2,
"longestStreak": 2,
"guessDistribution": [
2,
1
]
}
}
}

0 comments on commit a1497ea

Please sign in to comment.