User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15

Thread: Card Game rankings in Fusion 2.5

  1. #11
    Clicker Fusion 2.5

    Join Date
    Dec 2014
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Conceptgame Were you able to come up with anything? I'm still attempting a way to figure out how to rank the hands. I got high card working perfectly using counters, except once I moved on to pairs, i found this to be extremely inefficient. I've attempted to compare the cards via list, and looked into doing so by array. But not where I should be, most of the problems probably stemming because I'm a MMF2 novice.

    My cousin and I got a working hand detector in Java up pretty quickly, but I'm not finding a good way to do this in MMF2.

  2. #12
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export Module
    conceptgame's Avatar
    Join Date
    Apr 2011
    Location
    Switzerland
    Posts
    776
    Mentioned
    16 Post(s)
    Tagged
    0 Thread(s)
    Yes, I will post something. Indeed, it will be a lot faster with classical programmation.

    EDIT: here a first version to get the whole idea. It is not complete (when 2 players have the same combinations for example) but I think it is enough to understand the advantage of bit mask compared to the whole thing with only card value in alterable value.
    It can be complete by using bit mask once again but I am too tired now and it is time to go to bed.
    PokerGameExample.mfa

  3. #13
    Clicker Fusion 2.5

    Join Date
    Dec 2014
    Posts
    19
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet, I'm going to have to take some time and sort this out. I see my top priority now will be learning arrays. I see that you've accomplished more in a few lines that i did with 100 lines of code. Thank you so much for the direction Conceptgame. It's much appreciated!

  4. #14
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleUniversal Windows Platform Export ModuleSWF Export ModuleFirefly 3D Module
    aenever's Avatar
    Join Date
    Jun 2013
    Posts
    1,554
    Mentioned
    34 Post(s)
    Tagged
    0 Thread(s)
    Woah, that first example is already awesome. It's about time someone shared a decent poker game engine, very generous

  5. #15
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export Module
    marcorios7's Avatar
    Join Date
    Feb 2014
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Conceptgame, VERY GOOD!!! I am your fan!

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Card game engine
    By EdibleWare in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 16th March 2011, 02:24 AM
  2. Card Game Help
    By Aikikame in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 20th September 2009, 05:26 PM
  3. Card Game
    By KUSEMONO in forum File Archive
    Replies: 1
    Last Post: 30th April 2009, 02:50 PM
  4. Card game
    By Robin_Manager in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 9th July 2008, 10:08 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •