Minor changes to README.md in "WHY UROBOROS?" section.

This commit is contained in:
Karmaz95
2025-02-15 15:25:39 +01:00
parent fccc122ba5
commit 7c5d445980

View File

@@ -69,8 +69,10 @@ The main tool created during the writing of the Snake & Apple series is called `
Its description along with instructions for other tools from this repository are in `Tools.md`.
## WHY UROBOROS?
I wrote the code for each article as a class, SnakeX, where X was the article number, to make it easier for the audience to follow.
Each Snake class is a child of the previous one and infinitely "eats itself" (inherits methods of the last class), like Uroboros.
I wrote the code for each article as a class `SnakeX`.
The `X` was the article number, to make it easier for the audience to follow.
Each `Snake` class is a child of the previous one.
It infinitely "eats itself" (inherits methods of the last class), like Uroboros.
## INSTALLATION
```