Skip to content

Commit

Permalink
converted hard-codded letters into a json map
Browse files Browse the repository at this point in the history
  • Loading branch information
WeeeeeeeeeeS committed Jun 18, 2024
1 parent 53c0029 commit cf2c12b
Show file tree
Hide file tree
Showing 8 changed files with 323 additions and 334 deletions.
28 changes: 27 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,30 @@ bin/
.vscode/

### Mac OS ###
.DS_Store
.DS_Store
/.idea/sonarlint/issuestore/1/3/13ad24ecb3cad16943b287ea8fdd726d4faae459
/.idea/sonarlint/issuestore/2/a/2a45a911a8f1836b0b6c5b758962572012d8f8c3
/.idea/sonarlint/issuestore/5/0/50479d105b1683bafb047d72a7523003beb97ae9
/.idea/sonarlint/issuestore/5/b/5bbfa66edb4db3c7c33c5181f43510990d3307f9
/.idea/sonarlint/issuestore/6/4/6448ab291b77afb291c0abfecf51bcc9327ed4b2
/.idea/sonarlint/issuestore/7/4/749edfcc96398253e5b3416184e95c46621da850
/.idea/sonarlint/issuestore/8/d/8d223b365c5d38935d8c3b9629cbdb95ff99b32f
/.idea/sonarlint/issuestore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302
/.idea/sonarlint/issuestore/d/b/dbcff70658daf80b53ce624f6adcaa529df5ed8d
/.idea/sonarlint/issuestore/index.pb
/.idea/sonarlint/securityhotspotstore/1/3/13ad24ecb3cad16943b287ea8fdd726d4faae459
/.idea/sonarlint/securityhotspotstore/2/a/2a45a911a8f1836b0b6c5b758962572012d8f8c3
/.idea/sonarlint/securityhotspotstore/5/0/50479d105b1683bafb047d72a7523003beb97ae9
/.idea/sonarlint/securityhotspotstore/5/b/5bbfa66edb4db3c7c33c5181f43510990d3307f9
/.idea/sonarlint/securityhotspotstore/6/4/6448ab291b77afb291c0abfecf51bcc9327ed4b2
/.idea/sonarlint/securityhotspotstore/7/4/749edfcc96398253e5b3416184e95c46621da850
/.idea/sonarlint/securityhotspotstore/8/d/8d223b365c5d38935d8c3b9629cbdb95ff99b32f
/.idea/sonarlint/securityhotspotstore/a/5/a5cc2925ca8258af241be7e5b0381edf30266302
/.idea/sonarlint/securityhotspotstore/d/b/dbcff70658daf80b53ce624f6adcaa529df5ed8d
/.idea/sonarlint/securityhotspotstore/index.pb
/.idea/.gitignore
/.idea/git_toolbox_prj.xml
/.idea/gradle.xml
/.idea/misc.xml
/.idea/uiDesigner.xml
/.idea/vcs.xml
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

dependencies {

implementation("com.google.code.gson:gson:2.11.0")
}

application.mainClass.set("wee.dev.Main")
198 changes: 198 additions & 0 deletions chars.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,198 @@
{
"A": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"B": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"C": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"D": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"E": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"F": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"G": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"H": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"I": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"J": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"K": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"L": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"M": [
["", "", "", "", ""],
["", "", "", "", ""],
["", "", "", "", ""],
["", "", "", "", ""],
["", "", "", "", ""]
],
"N": [
["", "", "", ""],
["", "", "", ""],
["", "", "", ""],
["", "", "", ""],
["", "", "", ""]
],
"O": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"P": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"Q": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"R": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"S": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"T": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"U": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"V": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"W": [
["", "", "", "", ""],
["", "", "", "", ""],
["", "", "", "", ""],
["", "", "", "", ""],
["", "", "", "", ""]
],
"X": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"Y": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
"Z": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
],
" ": [
[""],
[""],
[""],
[""],
[""]
],
"!": [
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""],
["", "", ""]
]
}
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 6 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#Tue Jun 18 23:47:41 IDT 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit cf2c12b

Please sign in to comment.