Traveller's Log

by Null Sandez

Fantasy
2022

Go to the game's main page

Member Reviews

Number of Reviews: 5
Write a review


3 of 3 people found the following review helpful:
Monster grinding in Python, parser version, December 24, 2022
by Andrew Schultz (Chicago)
Related reviews: IFComp 2022

Python? Well, it feels like Python has possibilities for a simple-stupid parser that people can figure easily. With its "split" function (divides a string into an array with spaces) and so forth, it avoids the pitfalls of a lot of homebrew parsers in C or whatever. You see the verb, and you see the object, and you know what to do with each. You don't have to worry about Inform's custom verbs. (And hey, I wrote one last year because it fit what I was trying to do. Someone pointed out JavaScript would've worked better. They were right. But I don't know JavaScript.) With my own Inform games, Python might work better, because I really abuse the regex matching, which slows Inform. The potential is there. Unfortunately, Traveller's Log (TL) doesn't do much with parsing or plot.

It's a relatively small Python game. It's a bit confusing at first in that it asks if you want to read a file, and either way, it then asks for a 3-digit code, which affects what you start as. Looking at the source, there are several options, and I only wish we'd had some nudges as to how to start. I don't mind the randomization per se, but I was flying a bit blind. Perhaps on ending, if I were given some clues how to proceed and replay, I could and would.

You're given commands to type (e.g. walk, trade, exit or warp) with the goals of either gain money to live comfortably or find a king to ally with to live happily. There are some fights, but nothing too stressful, as dying resurrects you quickly. You also get random gold for staying at inns which pop up randomly, which is counterintuitive. The main goal is just to TRADE enough for the best weapons, then kill enemies as needed.

The writing and mechanics are don't have much to distinguish them. The game's title feels a bit generic. It's technically sound in terms of gameplay, though I'd have liked "y" and "yes" to be synonyms along with "n" and "no." Nevertheless, there's a good deal of effort put into the entry, as I can see from all the possible characters you could play as, and I enjoyed looking at the source because I tend to skimp on programming classes, and after some play time, I had a much better feel for them. They're something I've used more and more as I try to to script-testing of my Inform games, and I had a few aha moments.

It's good to see people are trying to use Python. There was one game in particular I meant to look at from 2016 that also placed last, though Chandler Groover said "Hey, there's a lot here." And there are advantages to Python--less worry about failing to implement default verbs and so forth. Everything is laid out well enough in Traveller's Log, but there's not much to do and not much reward for the grind, so it misses the mark. I'd like to see more Python efforts. TL doesn't do anything to change my views on this, from a functional perspective, even if the story and imagination are lacking.

Was this review helpful to you?   Yes   No   Remove vote  
More Options

 | Add a comment