All Questions
Tagged with community-challenge ruby
5 questions
2
votes
2
answers
350
views
github page/ DHH Score Challenge in ruby
I wrote the following code which when executed prints the score of https://github.com/dhh.
...
8
votes
1
answer
154
views
Trials, tribulations, and tributaries (Rainfall challenge)
This is a fairly simple Ruby solution to the August 2016 community challenge.
Ok, the title is way too dramatic. But tributary is a nice word, and the alliteration was too good to pass up.
Besides, ...
17
votes
2
answers
1k
views
Battleship Challenge: Naval Build-up
The community challenge for this month says:
Everyone has played Battleship. Let's implement the logic that sinks one.
But that presumes that there's something to sink. We can't have the armada turn ...
13
votes
1
answer
3k
views
Ruby Sudoku solver
This week's weekend challenge #3 seemed like a great opportunity to learn Ruby! Unfortunately, my workload and looming vacation did not cooperate. :( The puzzle will make forced moves automatically, ...
22
votes
1
answer
3k
views
Weekend Challenge: Ruby Poker Hand Evaluation
I'm late to this weekend challenge (sorry), but since it's all in good fun, I hope that's ok. I'm no poker player, though, so I may have completely overlooked something.
The ...