Revising README

This commit is contained in:
2025-02-01 04:55:21 -05:00
parent 2fb24c60b2
commit d27119ef28

View File

@@ -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)