aboutsummaryrefslogtreecommitdiff
path: root/content/projects/serverfordummies.md
diff options
context:
space:
mode:
authorBryson Steck <me@brysonsteck.xyz>2023-10-03 00:16:05 -0600
committerBryson Steck <me@brysonsteck.xyz>2023-10-03 00:16:05 -0600
commitdcaecab3fa00e72199ab51ff6d6bd97ffe2a2dd6 (patch)
tree34b721c3ae1a07f2e55cb1d4499bdde00b045b76 /content/projects/serverfordummies.md
parentbbc474d4a39bf1abba8ff0b1804864978cee7814 (diff)
parent3eec9bf045b5b29ce6fa7a42f94392ed3d9f2cc2 (diff)
downloadwebsite-dcaecab3fa00e72199ab51ff6d6bd97ffe2a2dd6.tar
website-dcaecab3fa00e72199ab51ff6d6bd97ffe2a2dd6.tar.gz
website-dcaecab3fa00e72199ab51ff6d6bd97ffe2a2dd6.tar.bz2
merged with origin
Diffstat (limited to 'content/projects/serverfordummies.md')
-rw-r--r--content/projects/serverfordummies.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/content/projects/serverfordummies.md b/content/projects/serverfordummies.md
deleted file mode 100644
index 35273e5..0000000
--- a/content/projects/serverfordummies.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "ServerForDummies"
-description: "A QT program aimed to help Minecraft normies create their own server"
-icon: "server.png"
-license: "GNU General Public License v3.0"
-languages: "C++, C, and CMake"
-wip: true
-current: true
-date: 2022-10-23
-enddate: "January 2, 2006"
-draft: false
----
-ServerForDummies (working title) is a C++ GUI program created with the QT Framework in order to help technically-unskilled gamers host their own Minecraft servers for their friends by automatically downloading the correct version of Java and building the server with Spigot's BuildTools.
-
-Features include basic `server.properties` editing and one-click build and run buttons. The repo will be made public once the basic functionality is complete.