From 45acd4c1ac235c77fb82e24c85b0e9a27dcf24cd Mon Sep 17 00:00:00 2001 From: crumblingstatue Date: Thu, 6 Apr 2023 17:41:45 +0200 Subject: [PATCH] Add note about supported platforms in design.md --- design.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/design.md b/design.md index 64b3b9d..80a2334 100644 --- a/design.md +++ b/design.md @@ -50,8 +50,15 @@ It's all mantle level specific biomes all the way horizontally. - At least 50 stone types - Maybe background tiles and other stuff, like different break overlay animations - # Multiplayer - Multiplayer adds a lot of complexity, so I'm going to develop the prototype of the game without - any multiplayer support. - But if people like the general idea, they can help create a multiplayer version eventually. +# Multiplayer + +Multiplayer adds a lot of complexity, so I'm going to develop the prototype of the game without +any multiplayer support. +But if people like the general idea, they can help create a multiplayer version eventually. + +# Supported platforms +- Windows +- Linux + +Other platforms can be supported if community helps support them.