Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Done #531

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Done #531

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Done.
  • Loading branch information
SquattinSquatch committed Jul 14, 2016
commit 9b470ba0a4bcf35582b15ef8ec26506d0f04f0ac
Empty file modified .learn
100644 → 100755
Empty file.
Empty file modified .rspec
100644 → 100755
Empty file.
Empty file modified Gemfile
100644 → 100755
Empty file.
Empty file modified Gemfile.lock
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified Rakefile
100644 → 100755
Empty file.
8 changes: 8 additions & 0 deletions bin/tictactoe
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#!/usr/bin/env ruby

require_relative '../lib/tic_tac_toe'

board = [" ", " ", " ", " ", " ", " ", " ", " ", " "]

puts "Welcome to Tic Tac Toe!"
display_board(board)

# Make sure to execute #play below
play(board)
5 changes: 5 additions & 0 deletions coverage/.last_run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"result": {
"covered_percent": 96.3
}
}
121 changes: 121 additions & 0 deletions coverage/.resultset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{
"RSpec": {
"coverage": {
"/home/SquattinSquatch/code/labs/tic-tac-toe-rb-q-000/lib/tic_tac_toe.rb": [
null,
1,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
1,
24,
24,
24,
24,
24,
null,
null,
null,
1,
23,
null,
null,
1,
22,
null,
null,
1,
0,
null,
null,
1,
0,
null,
null,
1,
20,
20,
20,
20,
20,
19,
19,
null,
1,
null,
null,
null,
null,
1,
22,
22,
198,
31,
null,
null,
22,
null,
null,
null,
1,
21,
null,
null,
null,
1,
59,
null,
404,
null,
null,
null,
null,
null,
1,
21,
107,
93,
null,
14,
null,
null,
null,
null,
1,
22,
null,
null,
1,
21,
null,
null,
null,
1,
7,
6,
null,
null,
null,
1,
12,
17,
null,
null,
12,
5,
7,
3,
null,
null
]
},
"timestamp": 1468531535
}
}
Empty file added coverage/.resultset.json.lock
Empty file.
Loading