Sunday, October 22, 2017

Project 15: 12 Books in 21 Weeks: Update 11

I finished the 10th Anniversary Audio Book version of American Gods last night (staying up way too late again). It was a fantastic read and I feel a little in awe of (and inspired by) just how wonderfully Gaiman writes a story. I enjoyed every single moment of it, I loved the characters, and the world, and most of all I loved how the characters, and the world harmonized with the story.

I also find it really weird (but interesting and cool) how similar Gaiman and Stephen King's stories feel.

Thursday, October 12, 2017

Project 15: 12 Books in 21 Weeks: Update 10

I've probably started reading Mouse Guard a half dozen times. This time, I finally actually finished the first volume. I enjoyed it and I'm curious now what goes into the following volumes.

Saturday, October 07, 2017

Project 15: 12 Books in 21 Weeks: Update 9

At Christmas last year, I kinda forced my loved ones to all exchange books. Which I think mostly worked out for the good. I especially enjoyed getting A View From the Cheap Seats (the hardcover is beautiful). Neil's writing is engaging and warm and funny and the only problem with the book its it contains a lot of introductions to other books, so now my reading list is longer than when I started.

I also made it to 12 books in 12 Weeks. Mostly Audiobooks, but I'm quite happy. I'm going to keep going and see how many books I can read in the remainder of the year.

Friday, October 06, 2017

Project 16: Covert Action in Space: Update 2

I've been working on my Covert Action in Space project and reached the point where I wanted to be able to see a graph of the spaces I'm generating. Particularly, when I was working on my first system, it was difficult to get a feeling for how the spaces work (or if they worked). At first I had been thinking that I’d look and find a simple algorithm to draw a graph and then implement that in something simple like Processing. Fortunately, poor google-fu prevented me from finding a good algorithm and instead I found GraphViz.


I'm not sure I want to work here, but I'd look for their industrial secrets.



Despite that tweet, I managed to keep my wits about me and realize that I don’t need to create my own graphing system, I just want to see a graph of the space layout. So instead of spending time learning a graphing algorithm and dealing with all of the problems that’s likely to create, now I just need to output a simple text file and let the magic happen.


GraphViz is great. It’s capable of doing a lot of stuff of which I only need it to do a little bit. To output, I need to make a list of all room connections and put it in GraphViz’s dot format. Internally I’m keeping this information in a map so that each entry has all of the rooms that a room connects to. This produces duplicates in the list, but using the strict keyword GraphViz automatically ignores those.
The code to generate the dot file works out to be quite simple.

And the dot file for the graph up top. Again I'm not particularly stressing GraphViz.



As I said, this makes it really easy to look at how spaces are connected and how those spaces work. I’m really glad I was able to get this working without needing to spend too much time on it.

The next job from here is to start laying out an actual floor plan based on the given space. I have a rough plan, basically starting with a default shape for each room and then expanding them to fit together. I can probably come up with something more complex, but as with the space generation, I’d like to start simple.

Monday, October 02, 2017

Blog: Video Games of September 2017


Well, it finally happened. I played something more than Breath of the Wild. Generally nothing grabbed me too much again in September so I tended to default to some basic choices. I did try to keep my streaks up in Pokemon Go, but other than that I didn't feel too attached to anything.


My top five games (by play time) for September were:
  1. Civilization 6 - I figured at some point I'd sit down and spend more time with this game. As I think I've commented before, much as I like strategy games I'm never that good at them. I feel like Civ 6 is a bit more open to how you play, although it remains a little bit bland if I set the difficulty low enough to play well. And of course much as I did enjoy it, it managed to get to the top of the list through a couple of "just one more turn" nights.

    I am the mightiest (and only) navel power in the world and yet I can't keep the barbarians off my shores. 

  2. The Legend of Zelda: Breath of the Wild - Still awesome. I'm still discovering new things. I'm still having fun. I'd like a little bit more story at this point, but I guess we'll be getting that before too long now.

    I was just standing here and then suddenly realized how beautiful this looked.


  3. Kingdom Rush HD - My love of strategy games has a strong component of loving tower defense. Kingdom Rush is one of the best although (as noted above) I suck at it more than I probably should for how much I play it.

    The standard state of any Kingdom Rush game for me.


  4. Pokemon Go - A few minutes a day keeps a game up on the list. Sadly I didn't really get time to deep dive too much on PoGo, but keeping my streaks alive was enough to get me logged in most days.

    His name is Tiny.


  5. Cities:Skylines - I do like city building. But, I also like pretty pictures of video games. I keep a rotating selection as my desktop, and, more than anything else looking at those pictures makes me play Cities:Skylines so I can go get more pictures.


    The roads are quiet this late at night.

Here's my total play time chart for September:


And here's a chart of how much I've played over the month:

Reading

I’m not sure that anyone, myself included, really needs this post. On the other hand, I read a thing about re-reading and I want to write ab...