diff --git a/HOURS.org b/HOURS.org index e339141..18190d0 100644 --- a/HOURS.org +++ b/HOURS.org @@ -17,5 +17,5 @@ ** July *** <2024-07-23 Tue> :LOGBOOK: -CLOCK: [2024-07-23 Tue 15:15]--[2024-07-23 Tue 16:42] => 1:27 +CLOCK: [2024-07-23 Tue 15:15]--[2024-07-23 Tue 16:50] => 1:35 :END: diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..976470a --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022 Joseph Ferano + +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.org b/README.org new file mode 100644 index 0000000..6e711ec --- /dev/null +++ b/README.org @@ -0,0 +1,21 @@ +#+OPTIONS: toc:nil + +* Tiny Swords - DOTS +** About +Uses Unity3D DOTS to handle RTS controls for these cute little knights +** Motivation +I haven't used Unity in anger for half a decade, so why not get reacquainted by +learning DOTS. +** Features +- WIP +** Showcase +- WIP +** Game Controls +- WIP +** Potential Future Features +- WIP +** Acknolwedgements +- WIP +** License +TinySwords-DOTS is licensed under the terms of the MIT license. For more information, +see the included LICENSE file.