From cafe594f031abda0b2de1e600ac08f873e155c94 Mon Sep 17 00:00:00 2001 From: Oliver Simmons Date: Sun, 18 Sep 2022 00:18:39 +0100 Subject: [PATCH] Initial Commit --- .luacheckrc | 30 ++++++++++++++++++++++++++++++ LICENSE | 7 +++++++ README.md | 11 +++++++++++ 3 files changed, 48 insertions(+) create mode 100644 .luacheckrc create mode 100644 LICENSE create mode 100644 README.md diff --git a/.luacheckrc b/.luacheckrc new file mode 100644 index 0000000..0fbd7c4 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,30 @@ +std = "lua51+minetest" +unused_args = false +allow_defined_top = true +max_line_length = 512 + +ignore = { "611", } + +stds.minetest = { + globals = { + "minetest", + }, + read_globals = { + "DIR_DELIM", + "core", + "dump", + "vector", + "VoxelManip", + "VoxelArea", + "PseudoRandom", + "ItemStack", + table = { + fields = { + "copy", + }, + }, + }, +} + +read_globals = { +} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..b8d198a --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +ISC License + +Copyright 2022 olive + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..482b936 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Cave Game +A recreation of Cave Game, the earliest version of Minecraft. + +## +[CDB] · [Issues] · [Git] + +Game by olive - ISC + +[Git]: https://git.minetest.land/olive/cavegame +[Issues]: https://git.minetest.land/olive/cavegame/issues +[ContentDB]: https://content.minetest.net/packages/GoodClover/cavegame/