• 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
CopperFr Avatar
Name:Unknown
Clan:Unknown
Member Since:Jul 2020
Last Seen:Nov 2020
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (29)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • mortonfox
    • created an issue for "Bresenham Circle Algorithm" kata
    • 13 months ago

    There doesn't seem to be a test for the color argument.

    My solution was able to pass even though it always set the cells to '⬛'

  • Custom User Avatar
    • Blind4Basics
    • commented on "Bresenham Circle Algorithm" javascript solution
    • 5 years ago

    na, I used your link only x)

  • Custom User Avatar
    • CopperFr
    • commented on "Bresenham Circle Algorithm" javascript solution
    • 5 years ago

    ah perhaps it's wiki french page?

  • Custom User Avatar
    • CopperFr
    • commented on "Bresenham Circle Algorithm" kata
    • 5 years ago

    I undertsand but I've choosen 2d array of char because it's easier to plot pixels

    But to show result I think it's more clear as unique string with \n because it looks like a screen of big pixels.

    The sample code as already the good return written

    I've done some text modification

    Thanks for feed back

  • Custom User Avatar
    • Blind4Basics
    • resolved a question on "Bresenham Circle Algorithm" kata
    • 5 years ago

    not really fond of the idea, but that was worth of it.

  • Custom User Avatar
    • Blind4Basics
    • commented on "Bresenham Circle Algorithm" javascript solution
    • 5 years ago

    I don't feel like I've read the same article than you, there... :o

  • Custom User Avatar
    • Blind4Basics
    • commented on "Bresenham Circle Algorithm" kata
    • 5 years ago

    well, was interesting. I didn't go the simplest way about the geometry, tho... XD

  • Custom User Avatar
    • Blind4Basics
    • created an issue for "Bresenham Circle Algorithm" kata
    • 5 years ago
    • your logs are misleading, for now, even if the intent is good: which one is eactual and which one is expected?
    • looking at the logs of the 25x25, at 10,13 for the center... looks like what you said about the axis is totally wrong, isn't? => x is horizontal going right, and y is vertical going... down!? See, talking about "is rows... us columns" doesn't tell if you're talking about the indexes of the axis...
  • Custom User Avatar
    • Blind4Basics
    • created a suggestion for "Bresenham Circle Algorithm" kata
    • 5 years ago

    consider this one as a very strong suggestion:

    in the sample tests, you should show the strings using multiline ones. This way the expecte'd result is immediatly visible from the user.

  • Custom User Avatar
    • Blind4Basics
    • created an issue for "Bresenham Circle Algorithm" kata
    • 5 years ago

    x are columns

    • you need to precise that x is going down, just like usual in a 2D array.
    • the description and the tests are expecially confusing about wht should be returned: string? array?
      • string is visible in the sample tests, but you use an unknown custom assertion function
      • the description doesn't say anythig really clear about that
      • the assertions are showing that 2D arrays are tested... => what the user is supposed to return, actually?
        => you have to be pretty clear about that
  • Custom User Avatar
    • CopperFr
    • commented on "Bresenham Circle Algorithm" kata
    • 5 years ago

    Because the algorithm doesn't need it

  • Custom User Avatar
    • Blind4Basics
    • created a question for "Bresenham Circle Algorithm" kata
    • 5 years ago

    Hi,

    why the restrictions...? I don't feel like this enhance a,ything at all...

  • Custom User Avatar
    • CopperFr
    • commented on "Bresenham Line Drawing" kata
    • 5 years ago

    eval was not desactivated because it's not really interessing here. It's not like in some kata where the goal is to eval arithmetic expression.

  • Custom User Avatar
    • user9644768
    • commented on "Bresenham Line Drawing" kata
    • 5 years ago

    It seems you've not properly forbided them.

  • Custom User Avatar
    • CopperFr
    • commented on "Bresenham Line Drawing" kata
    • 5 years ago

    Tests updated. Code checks tests fails now

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...