• 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
Frzy Avatar
Name:Matthew Fry
Clan:iTRACS
Skills:javascript
Member Since:Oct 2013
Last Seen:Jan 2024
Profiles:
Following:1
Followers:8
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (555)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • tobeannouncd
    • created a suggestion for "Four Gate Push" kata
    • 3 months ago

    Haskell translation

    • The description has been updated to be language-agnostic

    Also, while translating, I noticed that the random tests in Python (not sure about other languages) limit the gas value to 1000 instead of 50,000 as specified in the description. Not a major issue, but someone might want to fix that.

  • Custom User Avatar
    • tchaflich
    • created a suggestion for "Tongues" kata
    • 4 months ago

    Translated Typescript from JavaScript, spent some time organizing the tests as well. could fork JS and add those changes there as well

  • Custom User Avatar
    • Just4FunCoder
    • resolved an issue on "Tongues" kata
    • 4 months ago

    Enabled in this fork

  • Custom User Avatar
    • Bigoh20
    • commented on "Good vs Evil" kata
    • 5 months ago

    What language did you do it? I think in some core level, this is very challenging

  • Custom User Avatar
    • Raiyan7878
    • commented on "Good vs Evil" kata
    • 8 months ago

    No offense but I think it's good enough for 6 kyu.

  • Custom User Avatar
    • EBAG420
    • commented on "Good vs Evil" kata
    • 9 months ago

    thank you

  • Custom User Avatar
    • krzysiekn111
    • commented on "Good vs Evil" kata
    • 9 months ago

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

  • Custom User Avatar
    • Chrono79
    • resolved a question on "Good vs Evil" kata
    • 9 months ago

    You're overwriting the input with some other values. Your function always returns the same, no matter what was passed to it.

  • Custom User Avatar
    • EBAG420
    • created a question for "Good vs Evil" kata
    • 9 months ago

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

  • Custom User Avatar
    • EndyPlus
    • commented on "Good vs Evil" kata
    • 9 months ago

    Very cool kata, i like it

  • Custom User Avatar
    • hobovsky
    • commented on "Good vs Evil" kata
    • 9 months ago

    I cannot find such line :( Can you give an exact line number? I'm sloooooow

  • Custom User Avatar
    • Chrono79
    • resolved an issue on "Good vs Evil" kata
    • 9 months ago

    Done.

  • Custom User Avatar
    • trashy_incel
    • commented on "Good vs Evil" kata
    • 9 months ago

    check this

  • Custom User Avatar
    • trashy_incel
    • resolved an issue on "Good vs Evil" kata
    • 9 months ago

    (specify the language you are using next time). the actual problem is that the Rust random tests generate 6 numbers instead of 7 for the evil side. re-raising here

  • Custom User Avatar
    • trashy_incel
    • created an issue for "Good vs Evil" kata
    • 9 months ago

    in the Rust random tests, this line:

    let evil = (0..6)
    

    should be changed to:

    let evil = (0..7)
    
  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...