Search results

  1. fukurou

    cassie cage yaas quinn combos

  2. fukurou

    battle strategy auxiliary module

    package AXJava; public class Strategy { private UniqueItemSizeLimitedPriorityQueue activeStrategy; // active strategic options private DrawRnd allStrategies; // bank of all strategies. out of this pool active strategies are pulled public Strategy(DrawRnd allStrategies) { //...
  3. fukurou

    battle strategy auxiliary module

    I've been wondering weather auxiliary modules should have a summary convention
  4. fukurou

    battle strategy auxiliary module

    package AXJava; import java.util.Enumeration; import java.util.Hashtable; public class AXStrategy { private int lim; private Hashtable<String,Strategy> strategies = new Hashtable<>(); public void addStrategy(String context,DrawRnd techniques){ Strategy temp = new...
  5. fukurou

    battle strategy auxiliary module

    public class Strategy { private UniqueItemSizeLimitedPriorityQueue activeStrategy; private DrawRnd allStrategies; public Strategy(DrawRnd allStrategies) { this.allStrategies = allStrategies; this.activeStrategy = new UniqueItemSizeLimitedPriorityQueue(); }...
  6. fukurou

    [MEDIA]

  7. fukurou

    battle strategy auxiliary module

    grappling rushdown kombos reversal zoning runaway
  8. fukurou

    quiting soap

  9. fukurou

    🎮gaming mortal kombat game continue yeahhhh👌🏻😉👌🏻😉👌🏻😉👌🏻

    :s72::s72::s72::s72::s72::s72::s72::s72:
  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    recap and road map contemplation

    much lesser projects get lots more interest somehow: chatGPT, gatebox, neurosama, wake me up Asuna, replika, alexa. for that matter even templeOS is an example. there is a puzzle there, a truth underneath the surface. the more I develop AI the more secrets are revealed.
  13. fukurou

    recap and road map contemplation

    the probable reason is the world is a matrix. we could say we were shadow banned but we received low view counts on most platforms. on the places where we have gotten high views, there were next to no replies. where there were replies they were meaningless chitchatter.
  14. fukurou

    [MEDIA]

  15. fukurou

    Cardboard Box Bird Trap

  16. fukurou

    x knot

    vid attached
  17. fukurou

    mk11 char guides

  18. fukurou

    mk11 char guides

    cassie
  19. fukurou

    a dive into Neuro sama's code

    this is an improved perchance chatbot code: public class PerChance {/* * extend me and add sentences and lists for parameters in the sentences in the * sub classes c'tor. see JokerIncel class for exammple see Joker Util class for * editing a large amount of data faster B4 adding it in the...
  20. fukurou

    perchance chatbot code

    package AXJava; import LivinGrimoire.RegexUtil; import java.util.ArrayList; import java.util.Hashtable; import java.util.Random; public class PerChance {/* * extend me and add sentences and lists for parameters in the sentences in the * sub classes c'tor. see JokerIncel class for exammple...
Top