• Register

39 Days to Mars is a two player co-operative puzzle-adventure game. Step into the shoes of Sir Albert Wickes and The Right Honourable Clarence Baxter, two 19th century explorers who have chosen to pilot the HMS Fearful on its maiden voyage to Mars. When the steam engine runs out of coal, the ship's cat shreds the navigation chart, and the tea gets cold, it becomes clear that interstellar transportation isn't a walk in the park. It will take the talents of two players working together on the problems that arise to get to Mars in one piece.

Post news Report RSS Tutorials, Pathfinding, and Storylines

This month sees some good progress, including a new level, new puzzles, new minigames and new menus! I'm working towards a playable storyline in the next month, and making the interactions more fun.

Posted by on

What's New this Month?

Introduction Levels

I've talked in previous updates about implementing small hints and tutorials for individual puzzles, but I haven't spent much time on a over-arching tutorial for the entire game. From the very original plans, I've always had the idea of a smaller 'introduction' level that lets players get to grips with the controls before throwing them into the time-pressure-based spaceship.

It wasn't very intuitive.

And more importantly, it wasn't very much fun.So at the end of December I worked on version 2 of the level. It's got some smaller puzzles that only require one player each, and then a co-operative minigame that requires less thinking and more co-ordination between players.


It seems to work well as an introduction, and teaches all of the major controls in the game. However, I'm still not convinced that this is the way to go, because of one major problem:

The spaceship has randomly selected puzzles, and I hope people will play this part numerous times. However this introduction level is always the same and will become very repetitive. I don't want to put people off playing by forcing the introduction on them every time. But I'm wary about letting people skip it, because dropping new players into the ship is likely to get them frustrated with the game instead of building up to a fun experience.

It's a bit of a conundrum, and I'd love to hear your thoughts on this below.

Pathfinding

This was a fairly straight forward task where I took the existing system from the characters and made it generic enough to use in other situations. Here's the pathfinding in action:

Menus
I'm trying to keep 39 Days to Mars light on the menu front. Partially this is because it saves me a lot of work, but mostly this is because the game is a short experience, and I think adding a lot of time moving through menus will detract from the nature of the game.

That said, there are some things that are unavoidable. Starting a new game, deciding what to do after finishing a game, and some other menus need to be implemented. I've started on them this month as well:

Watch this Space

In the upcoming month I'll be working to get a playable storyline. I didn't quite get things finished this month, but I'm confident that I'll have a full story arc by the end of February. I'll also start working to streamline the movement and interaction system so that it feels fun to use.

Don't forget to follow @philipbuchanan on Twitter for more regular updates and development news!

Post comment Comments
AFRLme
AFRLme - - 5 comments

About that conundrum: why not consider creating a condition based query. If player has already watched introduction then let them skip with x key else prevent skipping. Alternatively add an option to the game menu which allows them to enable / disable the introduction / tutorial hint system at will.

Reply Good karma Bad karma+1 vote
PhilipBuchanan Author
PhilipBuchanan - - 17 comments

Thanks for the suggestions!

I'm trying to avoid making a menu-heavy game, so I think some kind of context-based skip option is definitely the way to go. Unfortunately it's not as easy as a general "skip button", because the intro is interactive and you need to press buttons anyway to get through it.

At the moment I'm leaning towards an in-game item that lets you skip the tutorial when you use it. (And which only appears when you've already played it once).

Reply Good karma+1 vote
bufferoverflow880
bufferoverflow880 - - 11 comments

Hi :)
Why not, Hold "x" button to skip?

Reply Good karma Bad karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: