I'd like to share the game I made:
Secret Agent Cinder
I've tried to make the game responsive and playable on mobile devices. The unusual part, for Twine games, is that I use a lot of images.
If you have the time, it would be great to hear your thoughts : )
Comments
Your illustrations are beautiful and really serve to draw the player into the game.
Great work. Which version of Twine did you use?
Interesting you say you used 2.0, I used 1.4 for my game specifically because I wanted it to be significantly illustrated and that seemed to be the better choice. Mind you I'm also an absolute beginner so I had trouble getting the game to look the way I wanted in a lot of ways.
Great work!
I'm curious, I never made a side-by-side comparison: what advantages did you find there were with the 1.4?
I used 2.0.3 mainly because it was the latest version at the time. There is less documentation but it doesn't take long to get a handle on the markup.
Are you still having trouble? Maybe it's something I can help with (you never know!)
Glad to hear you liked the game : )
No problem
This may have been the result of having had Twine sitting on my computer for a while before I got around to really settling in on a project (2.0 was browser only at that time), but when I first looked at it there just didn't seem to be a way to insert images at all, at least not one short of hosting them online and inserting them using some HTML that was frankly beyond me at the time.
It may just be that this has been added since and it's more or less the same process as in 1.4 now.
The main thing I am having trouble with is moving away from the templates to arrange the pages as I wish (for example, this is my game, very obvious template even though I changed the colours and some other aspects: http://acgodliman.itch.io/a-bucket-filled-with-sand ) so I've been trying to find some Twine guides which have more of an aesthetic focus which might take me through what does what to the appearance of the page (and how to do things like the custom made arrow buttons that you've made). But I'm not having much luck.
I should probably make a thread somewhere for this, I'm SURE that kind of help must be out there somewhere.
I also enjoyed that "graphical" sense of humour of yours. Now go publish it somewhere!
Do you mean getting arrested, like for not dancing with the guy? I really want to replay it until I've seen it all, so I guess you could say it's a successful game. I don't know why I care so much but I definitely do. You should release this on steam for a couple bucks, it's worth paying for.
edit- got it, nice.
Then you upload the whole thing to wherever you are hosting it.
To get the layout I wanted I used a lot of {display:none;} in my CSS and reset widths of Twine elements. Here are some threads, maybe there is something useful in there:
CSS is your friend
Remove sidebar in Twine 2
The custom arrows were made by wrapping the "navigation links" in a class so I could style these links independently of all others:
In the code that Twine 2 generates the link will become a <tw-link> tag. The tag can be styled with CSS:
The html tags created by Twine 1 may be a little different, you can check in your source code!
Wow, this was long, another thread might have been a better idea