mirror of
https://github.com/Karmaz95/Snake_Apple.git
synced 2026-07-16 19:47:19 +02:00
Minor changes to README.md in "WHY UROBOROS?" section.
This commit is contained in:
@@ -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`.
|
Its description along with instructions for other tools from this repository are in `Tools.md`.
|
||||||
|
|
||||||
## WHY UROBOROS?
|
## 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.
|
I wrote the code for each article as a class `SnakeX`.
|
||||||
Each Snake class is a child of the previous one and infinitely "eats itself" (inherits methods of the last class), like Uroboros.
|
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
|
## INSTALLATION
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user