All Questions
Tagged with community-challenge object-oriented
8 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.
...
6
votes
1
answer
4k
views
Elevator simulator
I have an elevator simulator. After launching the script it always waits for the user input. The user can press get number, where number is a floor where the passenger is located.
Note that one of the ...
6
votes
1
answer
160
views
Tomorrow: rainy with a chance of null objects
In an attempt to hide from the sun outside, I gave the community challenge "Rainfall" a try.
Code here, specific questions below.
...
9
votes
1
answer
7k
views
Elevator Management System
So here's my attempt at the September community challenge, making an elevator handling system. I'm not really very familiar with OOP, so I'm particularly looking to get feedback on that part of the ...
6
votes
2
answers
596
views
Rock, Paper, Scissors, Lizard and Spock with OOP
Today I saw an extremely interesting question on the Rock, Paper, Scissors, Lizard and Spock game. I've decided to take my swing at it and I've written the following OOP implementation:
...
13
votes
2
answers
4k
views
Ultimate Tic Tac Toe A.K.A. Tic Tactics
My attempt at this challenge., incorporating lessons from this question, which turned out into a much bigger project than I anticipated, but it works. I'll definitely be refactoring most of this in ...
11
votes
2
answers
14k
views
Binary Calculator in Java
I'm a beginner in Java and I tried to create a program that will perform basic arithmetic operations on binary numbers.
BinaryOperations class:
...
15
votes
2
answers
279
views
UltimateTicTacToe - ActionScript Style!
In an effort to complete this month's code challenge, I've started off with the basics. Below I have for review, a class that I can call to create the square/button a user would click to mark a spot ...