From d27119ef2891c659b1bd57c582a73f1629c59e66 Mon Sep 17 00:00:00 2001 From: josh Date: Sat, 1 Feb 2025 04:55:21 -0500 Subject: [PATCH] Revising README --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd3ddb1..21755a7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,19 @@ A Redacted Software Product ![Demo Image](img.png) -The objective is to write a moddable, multiplayer OpenGL survival sandbox from scratch in C++ 20. +The objective is to write a moddable, multiplayer, 2D survival sandbox from scratch in C++ 20 & OpenGL/Vulkan. + +The game is and always will be completely free to play. + +The source code is and always will be completely open-source. + +You are free to mod the game any way you like. + +Use the source code as a base for your own project. It's public domain! + +I develop this game in my free time, with my friends, as a learning exercise and portfolio project. + +I hope it will get me a real job in the industry, but until then, have fun hacking with me! ## Material @@ -38,4 +50,9 @@ libXrandr-devel ## Links +## Q&A + +* What game engine did you use? + * It's not exactly an 'engine' as you may be used to thinking about it, but we wrote everything ourselves. See the project structure for dependencies. + [Deliverables Document](https://docs.google.com/document/d/1NOBVnOn0qj7jRkKcbIiOsLyfdb8t2HCu42jeTBNYFr4/edit?tab=t.0) \ No newline at end of file