Cliché Studio Cliché Game Studio

23Apr/130

Fortunes motivation

Posted by Anthony Thomas

Fortunes work has taken an upswing lately. Regular feedback is a huge help and I've been lucky enough to have made a friend who is willing to do a pretty good job of giving consistent feedback and poke me about making fortunes updates.

I've done a bit of restructuring of the user interface to try and make things like what team you're on and which score corresponds to which team more obvious(the fact that things like this aren't apparent are things you lose sight of when you know the game in and out and have been working on it for a long time.) Still need a way to make the different suits of cards clearer but that may have to be up to the final art to convey. Still would be good to be able to convey this somehow other then relying on the art though.

Also added a score summary at the end of hand before the divination screen to give a clearer picture of how you fared.

If you want to see how Fortunes is in its current state, go ahead an go play fortunes.

10Feb/130

Cliche Studio: Hexit, stage right.

Posted by Anthony Thomas

Hexit Strategy Cards

New cards with art

 We've updated the Rules for Hexit Strategy and James has rendered a pdf with the rules and print outs for those of us who don't know us personally to be able to play as well.

Spread of Cards

Spread of Cards

We've also included a new special card from the first test version, an explosion hex which reveals and destroys surrounding hexes once it is revealed. Since it reveals the surrounding hexes before it destroys them, this can potentially cause a chain reaction.

Explosion hex

Big Bada Boom.

 

So please if you've read the updates before and wanted to try it out yourself, feel free to download the pdf and let us know what you think.

29Nov/122

What do Tarot cards and Hexagons have in common

Posted by Anthony Thomas

So things have been slow lately with the holidays disrupting schedules and James' ungodly amount of work from his dayjob, but we are chugging along.

Fortunes

I have been working faithfully on the UI of fortunes because apparently people couldn't figure out what to do. That was quite embarrassing. Got a lot of feedback from the feedback Friday posts over on Reddit and done a lot to shape things up.

Only thing is there has been a resolution error between the Unity editor and the web player, and apparently what I thought was the visible area was in fact larger then what actually gets shown. So in the future I need to separate my build folder from what gets shown here on the website. Unless you all enjoy seeing my mistakes. Oddly enough even in full screen it just shows the same partial portion of the screen.

Hexit Strategy

That is the name we are thinking of for the hexagon game we've mentioned recently. Thanks go to my friend Sam for the name suggestion.

We are editing a pdf for a print and play version with the current rules and then will be working on a variant based on our recent playtesting and feedback from Sam and we can see what works better and what people like more.

Hopefully we'll be getting a press cutter sometime next year and be able to make a copy of the game with actually symmetrical pieces instead of the uneven cardboard coasters we've cut ourselves.

16Oct/120

Grimace final push!

Posted by Anthony Thomas

We are entering the final hours for the grimace kick starter. Thank you to everyone who has helped support us.

If you were waiting until the last minute we're hear, if you weren't planning on helping fund the project, we'd like some constructive feedback to help improve in the future.

Thanks for reading!

22Sep/122

Fortunes update – working on UI

Posted by Anthony Thomas

non-playable cards dimmed out

So I got some feedback from reddit that people were confused about what to do when playing fortunes. Surprise to me, I've been working with this so long everything seems pretty natural.

So I've made two changes recently to help make things more intuitive. I greyed out the cards you can't play instead of just having there name turn red, and I worked on getting double click support in.

When I added the ability to drag your cards to play them I took out the old click to play. This was to prevent mis-playing cards which was admittedly mostly in preparation for the mobile version. This I think made things less intuitive in the web version. Hopefully this fixes things.

If you haven't already had a chance or you want to see the new updates please take a chance to go play fortunes now!

14Sep/120

Fortunes Update – Beta

Posted by Anthony Thomas

So for all of you wondering how the project is coming along, now you can just go play fortunes.

wheel of fortune

This has all happened before, and it will all happen ag- wait wrong franchise.

So the divination has been worked out for the most part. Going to have to do a different but similar approach for the smaller screens for phones and what not. Also had some issues loading pages come up when I tried to throw up a web-player here.

How is Fortunes? What is unclear? What could we improve upon? Let us know!

12Jul/120

Beware the ides of August

Posted by Anthony Thomas

So as some of you may know I've been working on the tarot card-game fortunes. It's been great fun and I'm pretty happy about how it looks now except for the need to replace our stock art with the art our artist comes with. It is getting very near the phase of opening it up and letting you loyal readers hammer away at a web version of it, get any kinks we missed polished up and getting it worked out for iOS and Android.

Since the fluid design is pretty settled at this point I'm going back and doing something I probably should have done in the beginning; unit tests. Honestly I didn't because I didn't know much about unit testing for C#/unity as most of my unit test experience is with java/JUnit. I found the documentation of NUnit very useful and the realization that monodevelop had support for NUnit if i just downloaded it to begin with to be promising.

So looking forward to letting you all play fortunes in the next few months!

16Jun/120

Fortunes Update — Taking charge of destiny and file systems

Posted by Anthony Thomas

A big challenge I've faced recently has to do with data.

"All i see is blonde, brunette, redhead..."

Getting data from non-technical people.

James created this fancy spreadsheet for Barbara to fill out for the divination part of fortunes and only have to deal with one card at a time. After handing me this huge spreadsheet I had to figure out how to get the game to use this data.

Proprietary data formats and multiple build targets

After a little bit of google research I got Unity3d and excel to play nicely and had a pseudo-database set up running pulling in data from multiple sheets in the excel file for various parts of the game. Now if any of the card values needed to change, not just the divinations but card names we could modify the spreadsheet and not worry about changing any of the code. Sounded brilliant but it only worked on a standalone windows player. A web player or android build got stuck repeatedly trying to pull in the data from a class it couldn't properly access.

You must take your eyes away from the tree before you can see the forest

This image may or may not be a non-sequiter

I spent awhile butting my head over many days trying to get this excel file reading to work on various formats. I was almost ready to set up a PHP script on our site for the web player, but didn't like having a separate solution for that and for android. Eventually looking at workflowy I realized i was trying to solve the wrong problem. I shouldn't be trying to read the excel file on these separate platforms. I just need the relevant data from the excel file. Some poking from that angle revealed the Resources class in unity3d. Between a little bit of work condensing the data I need into one sheet, saving that off to a tab delimited text file, and writing some code to parse that file I've got the current version of fortunes working with the data on android, windows, and the web player. I don't have a mac to test that but I'll probably get my fiancée to test that sometime soon.

13Jun/120

Outlook hazy, please try again.

Posted by Anthony Thomas

I've been chugging along polishing fortunes. Had an interesting issue with text windows and scrolling because I somewhere down the line changed the input settings in Unity and got scrolling to go the entire text at once.

Once I'm in an OCD enough mood to get the new NGUI interface all aligned properly I'll share some screenshots. In the mean time for the few of you who have expressed an intrest keeping up with the project: Fortunes

Thanks Sophie Houlden for informing me about workflowy!

3Apr/120

Food in the desert & asset store

Posted by Anthony Thomas

Just deserts has sent us to our first paid purchase at the unity asset store. Its worked pretty well for our free asset store items so I guess its time to give back to the asset store community.

As far as just deserts is concerned got food implemented and along with that player health. Went ahead and put in the logic for losing the game at 0 health even though nothing can damage you yet. Enemies were supposed to be next up but that didn't get done because of frustrations with a free model I had found that was far too detailed and got imported poorly to unity and had orientation issues(I could not get it's forward aligned properly with the mesh.)

My list of things left for Just Deserts.

Switch to our mobile site