Commit e9762ac
committed
Do not implement diagonals in get_available_exits early
The diagonal directions in the `get_available_exits` function is does
not need to be implemented until later in the chapters, and is done so
[here](https://github.com/thebracket/rustrogueliketutorial/blob/master/book/src/chapter_7.md#allowing-diagonal-movement). This
PR cleans up the earlier implementation so that the reader doesnt get
confused by an early implementation of diagonals that is not needed.1 parent 48fe3d5 commit e9762ac
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
| |||
0 commit comments