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

"franciscoramirez--practice1" #40

Open
wants to merge 6 commits into
base: practice-day3
Choose a base branch
from

Commits on Jan 11, 2022

  1. Initial commit, create environment.rb and game.rb

      - environment.rb
        - Create module Environment
        - Create classes Depot, Control and Human
    FranciscoRVW committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    aec6ed7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    5127ade View commit details
    Browse the repository at this point in the history
  2. environment.rb completition of Control class, game.rb init

      - Completition of Control class with dynamic method definition.
      - Initialization of game.rb
    FranciscoRVW committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    a23d8bf View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. environment.rb class Depot, Control, Human and Worker cleanup

      - Corrected code through Rubocop
    FranciscoRVW committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    51d40b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7c97a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a16796 View commit details
    Browse the repository at this point in the history