Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Escape-Game
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:)