Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
[~]introduction/*: added NEXT / PREV page link
authored
Mar 13, 2020
by
cactusfluo
Show whitespace changes
Inline
Side-by-side
tutorial/introduction/start-drawing.md
View page @
97871639
<div
style=
"display:flex;justify-content:space-between"
>
[
PREV PAGE
](
tutorial/introduction/initialize-environment
)
[
NEXT PAGE
](
tutorial/introduction/understand-canvas-format
)
</div>
---
# Understand ascii array
The
`ascii`
environment variable allows you to get access to printed characters.
...
...
@@ -72,3 +82,12 @@ canvas characters. You access it with a `y` index (line) and with a `x` index
`mouse_x`
and
`mouse_y`
are other environment variables which give you the mouse
coordinates.
---
<div
style=
"display:flex;justify-content:space-between"
>
[
PREV PAGE
](
tutorial/introduction/initialize-environment
)
[
NEXT PAGE
](
tutorial/introduction/understand-canvas-format
)
</div>