Tri peaks on the way

arvanitisarvanitis Member Posts: 26
edited August 2012 in Announce Your Game!
Hello 2 u all GameSaladers...

I am finishing a game based on the classic TriPeaks and I want your opinions in what would you think would be a good addition, like Jokers, time etc. I would appreciate your opinion

Thank you

Comments

  • HapiappsHapiapps Member Posts: 373
    How about you show us….
  • arvanitisarvanitis Member Posts: 26
    Damn, if I had seen it time ago tshirtbooth... Screens are on their way just fixing the backgrounds... Ideas are welcome
  • GrapeSodaGamesGrapeSodaGames Member Posts: 93
    Pretty cool @tshirtbooth. @arvanitis hope to see screenshots soon.
  • arvanitisarvanitis Member Posts: 26
    Almost ready, but can I ask sth? I use random(1,13) for the cards. Most of the times it's good but sometimes a lot of same cards appear. How can I reduce the multiplicity of the cards?
  • KiwiLeeKiwiLee Member Posts: 181
    Create a table with 52 rows.

    Ie a full pack

    Random pick first card random(1,52), then delete row. Next card random(1,52-#cards)

    Continue to shuffle where shuffle = copy table ;-)
  • KiwiLeeKiwiLee Member Posts: 181
    edited August 2012
    Or just use max count for rows
  • arvanitisarvanitis Member Posts: 26
    KiwiLee VERY NICE......
Sign In or Register to comment.