UG_RRobots 1.3 → 2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,7 @@ class SittingDuck
4
4
  include Robot
5
5
 
6
6
  def tick events
7
+ drop_mine if rand(100) == 50
7
8
  turn_radar 5 if time == 0
8
9
  fire 3 unless events['robot_scanned'].empty?
9
10
  turn_gun 10
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: UG_RRobots
3
3
  version: !ruby/object:Gem::Version
4
- version: "1.3"
4
+ version: "2.0"
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Simon Kr\xC3\xB6ger, Romain GEORGES"
@@ -11,8 +11,17 @@ cert_chain: []
11
11
 
12
12
  date: 2009-12-16 00:00:00 +01:00
13
13
  default_executable:
14
- dependencies: []
15
-
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: i18n
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.2.1
24
+ version:
16
25
  description: Ultragreen RRobots Fork
17
26
  email: dev@ultragreen.net
18
27
  executables:
@@ -21,8 +30,12 @@ executables:
21
30
  extensions: []
22
31
 
23
32
  extra_rdoc_files:
33
+ - doc/install.rdoc
34
+ - doc/install_fr.rdoc
24
35
  - doc/manual.rdoc
25
36
  - doc/manual_fr.rdoc
37
+ - doc/usage.rdoc
38
+ - doc/usage_fr.rdoc
26
39
  - bin/rrobots
27
40
  - bin/tournament
28
41
  files:
@@ -32,6 +45,7 @@ files:
32
45
  - lib/bullets.rb
33
46
  - lib/configuration.rb
34
47
  - lib/explosions.rb
48
+ - lib/misc.rb
35
49
  - lib/overloads.rb
36
50
  - lib/robot.rb
37
51
  - lib/robotrunner.rb
@@ -161,9 +175,15 @@ files:
161
175
  - images/red_turret340.gif
162
176
  - images/red_turret350.gif
163
177
  - images/toolbox.gif
178
+ - config/locales/en.yml
179
+ - config/locales/fr.yml
164
180
  - config/rrobots.yml
181
+ - doc/install.rdoc
182
+ - doc/install_fr.rdoc
165
183
  - doc/manual.rdoc
166
184
  - doc/manual_fr.rdoc
185
+ - doc/usage.rdoc
186
+ - doc/usage_fr.rdoc
167
187
  - contribs/allbots.rb
168
188
  - robots/BillDuck.rb
169
189
  - robots/BotOne.rb
@@ -191,7 +211,7 @@ files:
191
211
  - robots/SniperDuck.rb
192
212
  - robots/WallPainter.rb
193
213
  - COPYRIGHT.txt
194
- - RakeFile
214
+ - Rakefile
195
215
  has_rdoc: true
196
216
  homepage: http://www.ultragreen.net/projects/rrobots
197
217
  licenses: []