Scott-Borecki / war_or_peace

War or Peace is a 6-day, solo project during the first week of Mod 1 of 4 for Turing School's Back End Engineering Program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

War or Peace

War or Peace Welcome Screen

Table of Contents

README

Overview

War or Peace is a 6-day, solo project during the first week of Mod 1 of 4 for Turing School's Back End Engineering Program.

My challenge was to write a program to simulate a game of the classic card game war. A user is able to create two players and watch them ‘play’ the game.

Learning goals and areas of focus consisted of:

  • Follow an interaction pattern
  • Write readable code that adheres to Ruby convention
  • Write tests
  • Create an Object Oriented Solution to a problem (objects should interact to achieve the stated goal)
  • Host code on Github and submit a Pull Request
  • Technical Requirements

Getting Started

Fork this repository: war_or_peace

Clone your forked repository: Run git clone with the copied URL.

Getting Started: In your terminal, navigate into the war_or_peace directory and run the following command to play the game: ruby war_or_peace_runner.rb.

Tools Used

  • Ruby 2.7.2
  • RSpec for testing
  • Pry for debugging
  • Atom
  • GitHub

Contributors

👤 Scott Borecki

About

War or Peace is a 6-day, solo project during the first week of Mod 1 of 4 for Turing School's Back End Engineering Program.


Languages

Language:Ruby 100.0%