Latest activity

  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread 👨‍💻 dev catalogging.
    def skillNotes(self, param: str) -> str: if param == "notes": return "This skill initiates a series of dialogues and...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev catalogging.
    def skillNotes(self, param: str) -> str: if param == "notes": return "This skill simulates a hug attack request and...
  • fukurou
    fukurou replied to the thread 👨‍💻 dev catalogging.
    def skillNotes(self, param: str) -> str: if param == "notes": return "This skill simulates a foot cleaning request and...
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou updated their status.
  • fukurou
    fukurou replied to the thread 👨‍💻 dev catalogging.
  • fukurou
    fukurou replied to the thread 👨‍💻 dev catalogging.
    DiMezzoflationGame() def skillNotes(self, param: str) -> str: if param == "notes": return "A game that combines macro...
  • owly
    so this is the code snippet. we will also need to list the skills in the catalog. and cross ref the catalog with the equipped skills...
  • fukurou
    fukurou posted the thread ass shit in chit chat.
    // Service Interface public interface MyService { void execute(); } // Service Implementation public class MyServiceImpl implements...
  • fukurou
    fukurou replied to the thread c district.
    import random # Initialize player score and track the player's last choices player_score = 0 last_choices = [] # Choices for the game...
  • fukurou
    fukurou replied to the thread c district.
    import random # Initialize player score player_score = 0 # Choices for the game choices = ["rock", "paper", "scissors"] def...
  • fukurou
    fukurou replied to the thread c district.
    Sure thing! Here's the list of Joey Wheeler's taunts, formatted normally for a text file: ### Winning Taunts 1. "Not too shab, but...
  • fukurou
    fukurou replied to the thread c district.
    import random # Initialize player score player_score = 0 # Choices for the game choices = ["rock", "paper", "scissors"] def...
Top