yasuhito/text2048

View on GitHub
lib/text2048/board.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Board has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Board
    # @return [Number] returns the current score
    attr_reader :score

    def initialize(tiles = Array.new(4, Array.new(4)), score = 0)
Severity: Minor
Found in lib/text2048/board.rb - About 2 hrs to fix

There are no issues that match your filters.

Category
Status