From d9061d4d25fbd5e298b5c7bfbfb8e13003c6a967 Mon Sep 17 00:00:00 2001 From: Busskov <114094046+Busskov@users.noreply.github.com> Date: Thu, 1 Jun 2023 23:45:32 +0300 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9958dd1..99be651 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# Escape-Game \ No newline at end of file +The game had several variants of the name, but let's focus on doom. +Author - https://github.com/Busskov + +This game shows a simple 3D version for the game. +The walls can be any convex shape, but the opponents are just balls. +Presenting the opponents in the form of balls turned out to be the most successful solution. +In many ways, this representation is boring, but it allows you to draw the most realistic monsters... +...if you need to keep within 100 lines of code:)