README and LICENSE
This commit is contained in:
parent
8031333eca
commit
43c473ed0a
@ -17,5 +17,5 @@
|
|||||||
** July
|
** July
|
||||||
*** <2024-07-23 Tue>
|
*** <2024-07-23 Tue>
|
||||||
:LOGBOOK:
|
: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:
|
:END:
|
||||||
|
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -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.
|
32
README.org
Normal file
32
README.org
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
#+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
|
||||||
|
- Unit Cohesion
|
||||||
|
- Group Movement
|
||||||
|
- Picking targets
|
||||||
|
** Showcase
|
||||||
|
WIP
|
||||||
|
** Game Controls
|
||||||
|
WIP
|
||||||
|
** Potential Future Features
|
||||||
|
- Timestamps for tasks (created, moved, completed)
|
||||||
|
- Customizable column (name, amount, etc;)
|
||||||
|
- More project stats (velocity, avg time to complete)
|
||||||
|
- Column visibility toggle (hide "Ideas")
|
||||||
|
- Attach images (using [[https://sw.kovidgoyal.net/kitty/graphics-protocol/][Kitty Term Image Protocol]])
|
||||||
|
- Read from other backends (Trello, Jira, etc;)
|
||||||
|
- Copy task
|
||||||
|
- Reports
|
||||||
|
- Export to other formats
|
||||||
|
** Acknolwedgements
|
||||||
|
[[https://github.com/Karrq][Karrq]] was nice enough to provide some help from time to time and even
|
||||||
|
contributed a handy little macro.
|
||||||
|
** License
|
||||||
|
TinySwords-DOTS is licensed under the terms of the MIT license. For more information,
|
||||||
|
see the included LICENSE file.
|
Loading…
x
Reference in New Issue
Block a user