codebreaker_anzq 0.1.0
Codebreaker is a logic game in which a code-breaker tries to break a secret code created by a code-maker. The codemaker, which will be played by the application we're going to write, creates a secret code of four numbers between 1 and 6. The codebreaker gets some number of chances to break the code (depends on chosen difficulty). In each turn, the codebreaker makes a guess of 4 numbers.
          Gemfile:
          =
        
        
          インストール:
          =
        
      バージョン履歴:
- 0.1.0 June 29, 2022 (12.5KB)
Development依存関係 (7):
            fasterer
            ~> 0.10.0
          
          
            i18n
            ~> 1.10.0
          
          
            rspec
            ~> 3.0
          
          
            rubocop
            ~> 1.30.1
          
          
            rubocop-performance
            ~> 1.14.2
          
          
            rubocop-rspec
            ~> 2.11.1
          
          
            simplecov
            ~> 0.21.2
          
    