Sha256: ea70792a50a4e02aa6f47cea9fc5204fe903f90be4f6a6e8fcc7135ead8c1ded
Contents?: true
Size: 166 Bytes
Versions: 1
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true module Checkers module GUI SQUARE_SIZE = 50 CIRCLE_TRANSLATION = SQUARE_SIZE * Integer.sqrt(2) / 2 RADIUS = 20 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
checkers-game-0.1.0 | lib/checkers/gui.rb |