Update readme with how the application works

This commit is contained in:
2020-03-16 00:15:17 +11:00
parent 899deac3d4
commit 922aa1a91c
+6
View File
@@ -22,6 +22,12 @@ docker-compose run app go test ./... -cover
Please read the code from the entry point `cmd/main.go`
### How to application works
* Load input to initialise the application, it will set up the `grid`, `zombie`, `creatures` and `commands`
* Make the zombie to start moving, as well as the transformed zombies.
* Print out the result.
## Assumptions
* All the input data is valid