shazarre / ruby-battleships

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is a simple battleship implementation in ruby. All game domain specific logic resides inside Game module, user interface inside UserInterface module and inside Utils there is one helper class that provides utility methods.

Run

Just run it from cli:

$ ruby run.rb

About


Languages

Language:Ruby 100.0%