Compare commits

...

2 Commits

Author SHA1 Message Date
lee2sman c584012008 tweaked epitaphs 2021-03-11 03:28:26 -05:00
lee2sman e7bd686e88 updated devlog.md 2021-03-11 03:28:15 -05:00
2 changed files with 42 additions and 1 deletions

View File

@ -4,6 +4,47 @@ lee2sman
# Devlog
## Day 5
Started at 11:30 and worked a few hours. Added random places/names, used a project-name-generator to get some honestly great (funny, silly) place-names generated.
Used a different npm package to generate people to be listed on tombstones. I copied the approach of Qud and made them silly, again. It's definitely easier. Under Covid, I wondered if this wasn't funny to do anymore. But I also think I'm looking for this kind of comedy now, even if it's only very juvenile.
Example output
```
Today: 2021-2-11
life: 18
Unarmed Ladybug Trading Post
🌲🎄🌲🎄🏚️⛺🌲🌲🌲🌲🌲🎄🌲🎄🌳🎄🎄🌳🌳🌲
🏛️🎄🎄🎄🌳🎄⛺🌲🎄🎄🎄🌲⛺🎄🌲🌲🎄🌳🌲🌳
🌳🌲🌲🌳#🌲🎄🌳🌲🌳🌲🌲🌲🌲🌲🌲🌳🌳🌳🌲
🌳🎄🎄🌳🌳🎄C⚰️🌳🌳🎄🌳🌲🌳🎄🌳🌲🎄🎄🎄
🎄🌲🌳🌲🎄🧛🎄🌲🎄🎄🎄🌳🌲🌳🌳🌳🌲🌳🌳🌲
```
another:
```
Last movement: 2021-2-11
Today: 2021-2-11
life: 21
Bill Brekke
Dissapeared investigating dying
🌲🌳🌲🌲🎄🌲🌲🌲🏚️🎄🎄🎄🌲🌳🌲🎄🎄🎄🌳🌳
🎄🌳🌲🌲🌲🎄🎄🌲🌲🌲🏚️🌳🌲🌲🌳🎄🎄🎄🌳🎄
🌳🌲🌲🌲🌲🌳🌳🎄🌳🎄🌲🎄🎄👸🌲🌳🎄🌳🌲🌳
🌲🎄🎄🌲🌳🎄🌳🌳🌲🎄🌳🌲🌲🌲⛺c🌲🌲🌲🌳
🎄🎄🌲🎄🌳🎄🌳🎄🌲⛺🌳🌳🎄🌲🎄🎄🎄🎄🎄🎄
```
A few things to note in the above. It does record when you last played, and each move you take it ticks down a life. That's a misidentified word. It's how long you have until you go to sleep. When you are 'asleep' you can't play any longer that day, until the next day or until you create a new game.
Still to come: can i translate this to blessed, the node.js curses-like library?
And what about a different tileset then?
What else should be added? Some actions? Monsters?
The to-do list is medium long but at least it's at a somewhat playable state now, at least in a minimal viable 2d dream walkabout "zen"-like.
## Day 4
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.

View File

@ -305,7 +305,7 @@ let createPlaces = () => {
let createGraves = () => {
let prefix = ["Here lies","RIP","","","","Resting place of ","Beloved"]
let reason = ["Made an enemy","Wasn't afraid to be","Tried","Died while","Passed while performing","Tried out","Dissapeared investingating","","","","","","","","Wandered off while looking for","Last seen","Loved","Adored","A lifelong fan of","Our favorite at","The best at","Always in our hearts","Keep","Always be","Always","Just","Tried","Couldn't stop","Only ever found","Died","Passed while","Couldn't stop","Forgot to try","Never stopped","We'll always think of you when we're","It's not the same"]
let reason = ["Made an enemy","Wasn't afraid to be","Tried","Died while","Passed while performing","Tried out","Dissapeared investingating","Wandered off while looking for","Last seen","Loved","Adored","A lifelong fan of","Our favorite at","The best at","Always in our hearts","Keep","Always be","Always","Just","Tried","Couldn't stop","Only ever found","Died","Passed while","Couldn't stop","Forgot to try","Never stopped","We'll always think of you when we're","It's not the same"]
let name = Charlatan.Name.name();