You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Level files begin with a map of the level, but all elements within the map are generated from the code that follows. Although some things will still need to be done with code, we should be able to generate the location of things from the map itself.
Example map:
# --------
#|@ >|
# --------
(found in: towers/beginner/level_001.rb)
The text was updated successfully, but these errors were encountered:
Level files begin with a map of the level, but all elements within the map are generated from the code that follows. Although some things will still need to be done with code, we should be able to generate the location of things from the map itself.
Example map:
(found in: towers/beginner/level_001.rb)
The text was updated successfully, but these errors were encountered: