• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
htalves Avatar
Name:Unknown
Clan:BOLD International
Member Since:Dec 2016
Last Seen:Jul 2018
Profiles:
    Following:1
    Followers:2
    Allies:1
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (6)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • htalves
      • commented on ""Street Fighter 2 - Character Selection - Part 2" C# Translation"
      • 9 years ago

      In your translation, I think you should do something like this on ProcessMove function:

      if (MoveIsOutOfRange(tempPosition, selectionLength))
      {
      // Added IF - ELSE, it should consider RotationOn
      if (RotationOn)
      {
      tempPosition = MovePositionToOppositeSide(selectionLength, lastValidPosition);
      }
      else
      {
      tempPosition = lastValidPosition;
      }
      }

    • Custom User Avatar
      • mmalkavian
      • resolved an issue on "Street Fighter 2 - Character Selection - Part 2" kata
      • 9 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • htalves
      • commented on "Street Fighter 2 - Character Selection - Part 2" kata
      • 9 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • htalves
      • commented on "Street Fighter 2 - Character Selection - Part 2" kata
      • 9 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • mmalkavian
      • commented on "Street Fighter 2 - Character Selection - Part 2" kata
      • 9 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • htalves
      • created an issue for "Street Fighter 2 - Character Selection - Part 2" kata
      • 9 years ago

      This comment is hidden because it contains spoiler information about the solution

    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...