Search results

  1. fukurou

    battle strategy auxiliary module

    public static void main(String[] args) { DrawRnd offense = new DrawRnd("kombo1","kombo2","kombo3","kombo4","kombo5"); DrawRnd defense = new DrawRnd("zoning","reversal","backdash"); AXStrategy combatAI = new AXStrategy(2); combatAI.addStrategy("offense",offense)...
  2. 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 AXStrategy(int lim) { this.lim = lim; } public void addStrategy(String...
  3. fukurou

    cassie cage yaas quinn combos

  4. 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) { //...
  5. fukurou

    battle strategy auxiliary module

    I've been wondering weather auxiliary modules should have a summary convention
  6. 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...
  7. 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(); }...
  8. fukurou

    [MEDIA]

  9. fukurou

    battle strategy auxiliary module

    grappling rushdown kombos reversal zoning runaway
  10. fukurou

    quiting soap

  11. fukurou

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

    :s72::s72::s72::s72::s72::s72::s72::s72:
  12. fukurou

    [MEDIA]

  13. fukurou

    [MEDIA]

  14. 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.
  15. 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.
  16. fukurou

    [MEDIA]

  17. fukurou

    Cardboard Box Bird Trap

  18. fukurou

    x knot

    vid attached
  19. fukurou

    mk11 char guides

  20. fukurou

    mk11 char guides

    cassie
Top