solving readme public issues

This commit is contained in:
miguel 2022-03-17 15:37:04 +00:00
parent 6b1b6b86d6
commit 9a973453b0
6 changed files with 10 additions and 5 deletions

View File

@ -19,6 +19,11 @@ lrwxrwxrwx 1990-02-16 00:11 3 -> 0
dr-------x 1995-04-10 10:10 A
$
```
***Note:*** In order to run the command given in the example above, on mac operating systems, it is necessary to install the [GNU Core Utilities](https://en.wikipedia.org/wiki/GNU_Core_Utilities).
After installing the command will be slightly different like so:
```console
$ TZ=utc gls -l --time-style='+%F %R' | sed 1d | awk '{print $1, $6, $7, $8, $9, $10}'
```
Once it is done, use the command below to create the file `done.tar` to be submitted.

View File

@ -82,6 +82,6 @@
###### +Does the game use [svg](https://developer.mozilla.org/en-US/docs/Web/SVG)?
###### +Is the code using synchronicity to increase performance?
###### +Is the code using asynchronicity to increase performance?
###### +Do you think in general this project is well done?

View File

@ -46,6 +46,6 @@
###### +Does the code obey the [good practices](../../good-practices/README.md)?
###### +Is the code using synchronicity to increase performance?
###### +Is the code using asynchronicity to increase performance?
###### +Do you think this project is well done in general?

View File

@ -17,7 +17,7 @@ The story must have at least:
- an introduction, the context and beginning of the story (should be shown before starting the game)
- a development, the story reaches a waypoint (should be shown when you hit a specific score while playing)
- a conclusion, the end of the story (should be shown when the game ends, either with a loss or a vicotry)
- a conclusion, the end of the story (should be shown when the game ends, either with a loss or a victory)
This project will help you learn about:

View File

@ -40,6 +40,6 @@
###### +Does the code obey the [good practices](../../good-practices/README.md)?
###### +Is the code using synchronicity to increase performance?
###### +Is the code using asynchronicity to increase performance?
###### +Do you think this project is well done in general?

View File

@ -46,6 +46,6 @@
###### +Does the code obey the [good practices](../../good-practices/README.md)?
###### +Is the code using synchronicity to increase performance?
###### +Is the code using asynchronicity to increase performance?
###### +Do you think this project is well done in general?