Actualiser README.md

This commit is contained in:
blz
2026-03-05 09:17:42 +11:00
parent 4e7b3476a8
commit 14f021400f

View File

@@ -48,7 +48,7 @@ $ top (or ps ax) ---> get PID of the glider proccess
$ kill -9 PID $ kill -9 PID
``` ```
- - - - - - - - - - - - - -
# Adjust image size # Adjusting image size
Update i and j on lines 122 and 123 Update i and j on lines 122 and 123
``` ```
i=320; i=320;
@@ -56,7 +56,7 @@ Update i and j on lines 122 and 123
``` ```
- - - - - - - - - - - - - -
# Change glider moving rules # Changing glider moving rules
Update the direction adding parameters, check examples from line 158 to line 205 Update the direction adding parameters, check examples from line 158 to line 205
- - - - - - - - - - - - - -