From 8ce006856f8826799fcfc0c54fed0640554a4f9f Mon Sep 17 00:00:00 2001 From: suzhe Date: Tue, 28 Nov 2023 19:24:17 +0800 Subject: [PATCH] use ggg --- LICENSE | 21 --------------------- README.md | 3 +-- file/terminal.md => terminal.md | 0 3 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 LICENSE rename file/terminal.md => terminal.md (100%) diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 6230cd9..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 drecao - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/README.md b/README.md index 9bfe82f..c88f391 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # tokyo --- -a 3D engine +This repo is aimed to create a 3D engine which could perform in the terminal. --- -### [3Ddisplay in the terminal](file/terminal.md) diff --git a/file/terminal.md b/terminal.md similarity index 100% rename from file/terminal.md rename to terminal.md