Project

battle

0.0
No commit activity in last 3 years
No release in over 3 years
Battle vs Platform45
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 0
~> 1.9.0

Runtime

~> 1.7.7
~> 1.6.7
 Project Readme

Battle

Build Status Code Climate

This gem is extraction from my Battle45 project

Installation

Add this line to your application's Gemfile:

gem 'battle'

And then execute:

$ bundle

Or install it yourself as:

$ gem install battle

Usage

# init the game
game = Battle::Game.new 'name', 'email@example.com'
# register your game and get game ID
game.register!

# Fight till victory
game.nuke 0, 0 # don't forget to change coordinates

Contributing

I'm sorry but contribution aren't allowed here. It's developer challenge you should develop it by yourself.