update 7drl-2021-day4.gmi

This commit is contained in:
lee2sman 2021-03-09 04:02:43 -05:00
parent ac1f0a9d5d
commit f312b94b4f
1 changed files with 21 additions and 3 deletions

View File

@ -5,7 +5,7 @@
## Day 4 - You are carrying
Did not get as much work in on this today as I would have liked. So it goes. I spent most of the day prepping for teaching and working on my podcast, which I'm as excited about, so it's okay. So I put maybe only an hour and a half or two into coding today.
Did not work as much work in on this today as I would have liked. So it goes. I spent most of the day prepping for teaching and working on my podcast, which I'm as excited about, so it's okay. So I put maybe only an hour and a half or two into coding today.
I was confused why my grids were still not lined up properly in the Terminal. River Smith on Mastodon pointed out that to get consisted full-width characters I could use east asian full-width latin characters, something I wasn't previously familiar with. These are unicode characters (there are so many!) that appear like western latin characters with extra spacing around them, so they will fit in a grid properly with the emojis I think, and my early testing bears this out. I replaced my @ with . Can you tell?
@ -27,9 +27,9 @@ So next I am checking Darius Kazemi's corpora for ideas.
=> https://github.com/dariusk/corpora/blob/master/data/technology/new_technologies.json words relating to new technologies
=> https://github.com/dariusk/corpora/blob/master/data/technology/appliances.json a list of appliances
=> https://github.com/dariusk/corpora/blob/master/data/technology/appliances.jsona list of appliances
=>https://github.com/dariusk/corpora/blob/master/data/words/nouns.json a list of 1000 nouns, though many are ideas rather than objects
=> https://github.com/dariusk/corpora/blob/master/data/words/nouns.json a list of 1000 nouns, though many are ideas rather than objects
=> https://www.survivaltechshop.com/camping-checklist/ An article with 151 items to bring camping
@ -41,3 +41,21 @@ I think it would be nice to also add messages in a bottle you find and/or books
I'll try to get at the items from Zork and maybe examine the items from robotfindskitten if possible. Perhaps I'll also use a form of Kate Compton's Tracery to develop a grammar. Not sure yet. Depends how ambitious I feel and my time available.
### Later in day...
I downloaded robotfindskitten objects and added to game. I load them externally. I added collision detection and have it read out the robotfindskitten description of the item you're on. I also added the ability to "grab" what you're standing on, and save it to inventory (which gets written to file as well). Hmm. Now that i've implemented, the tone of robotfindskitten doesn't seem to perfectly fit here, though there's something nice going on in a few of them. I think it's possibly too wacky, which doesn't match the emoji tileset/theme.
Rewatched Josh Ge's How To Make a Roguelike talk from Roguelike Celebration a few years ago. It was helpful. Concentrate on core gameplay! That's where I'm at now!
=> https://www.youtube.com/watch?v=jviNpRGuCIU How To Make a Roguelike talk on Youtube
I now have a pretty big TODO file going on, adding tasks, and checking off ones I've completed and bugs I've solved.
I'm thinking I may want to actually use a cool tileset, or just revert back to ascii. Undecided! But I'm still worried there's not enough emoji, and they're too specific to represent the range of text description I want to hit on. Hmmm.
I've also refined some of my core concepts ideas. Thinking now you'll have a limit of number of moves in a day before you "fall asleep." Perhaps you can extend your action by programming a robot, in a simple LOGO-language. ! (I'm probably adding too much But I'm thinking of this as a stretch goal).
Tomorrow I need to work more on generating the tiny village. I'd like to generate tombstones to read, book titles, probably a more specific good list of random items-objects. They should all be compelling, interesting, that the player cares about being a caretaker/digital owner of. That's the "point" of this game, so the text needs to meaningful. I may need to use Tracery I think.
It's pretty late, time for bed.