mv devlog -> README.md

This commit is contained in:
lee2sman 2021-03-05 04:28:01 -05:00
parent 3d2ec4e4ec
commit 5e90940eae
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,10 @@
# Day 1
# Dungeon of the Day (working title)
7day roguelike 2021
# Devlog
## Day 1
i started by creating a an array of arrays (2d array) to 'hold' the level. i looped through it to assign a blank characters, at first a zero, but now a period. it took me some time to figure out how to properly point to a x,y position properly with this method. argh. lots of trial and error and i copy-pasta one line i didn't really understand from stackoverflow but understand what it outputs and worked backwards. actually, here it goes. this is cool. separately, maybe i can revisit making my own processing-derivative drawing parser in ascii. ok ok, that's a later project. anyway, i can now address a grid of text with x,y coordinates. great. proud of myself! lol. i have a grid of periods.