diff --git a/.gitignore b/.gitignore index ecefa4e..d6c6807 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,3 @@ __pycache__/ data.txt 2048.sqlite - diff --git a/LICENSE b/LICENSE index b294784..6ab7167 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Ivan Kovach aka Qu1nel +Copyright (c) 2023 Ivan Kovach aka Qu1nel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index bc4681f..f974d3d 100644 --- a/README.md +++ b/README.md @@ -165,4 +165,4 @@ make help [MIT](./LICENSE) © [Ivan Kovach](https://github.com/Qu1nel/) This Project Qu1nel.2048 in distributive under the **[MIT License](./LICENSE)**, and it also uses those codes that are -distributed under the **[MIT License](./LICENSE)**. \ No newline at end of file +distributed under the **[MIT License](./LICENSE)**. diff --git a/src/save.txt b/src/save.txt index 9439e6e..c73ec78 100644 --- a/src/save.txt +++ b/src/save.txt @@ -1 +1 @@ -{"user": "Qnl", "score": 1268, "board": [[32, 128, 64, 8], [4, 16, 0, 0], [8, 0, 0, 0], [0, 2, 0, 0]]} \ No newline at end of file +{"user": "Qnl", "score": 1268, "board": [[32, 128, 64, 8], [4, 16, 0, 0], [8, 0, 0, 0], [0, 2, 0, 0]]}