Difference between revisions of "Mint"

From Robowiki
Jump to navigation Jump to search
Line 11: Line 11:
 
| license        = [[ZLIB]]
 
| license        = [[ZLIB]]
 
| download_link  = https://github.com/Chase-san/AI-MintClover/releases
 
| download_link  = https://github.com/Chase-san/AI-MintClover/releases
 +
| source_link    = https://github.com/Chase-san/AI-MintClover
 
| isOneOnOne      = true
 
| isOneOnOne      = true
 
| isMelee        = false
 
| isMelee        = false
Line 19: Line 20:
  
 
; What's special about it?
 
; What's special about it?
: Not much at the moment.
+
: Not much at the moment. But with the latest bugfix, I have fixed bugs in it still present in the version in Nene.
  
 
;How competitive is it?
 
;How competitive is it?
: Probably not very.
+
: It isn't horrible.
  
 
== Strategy ==
 
== Strategy ==
Line 40: Line 41:
  
 
; What are it's weaknesses?
 
; What are it's weaknesses?
: Pretty much everything at the moment, it's movement is very early alpha.
+
: Probably highly tweaked random movers with good guns, or powerful surfers (like SandboxDT and DrussGT)
  
 
== Additional Information ==
 
== Additional Information ==
Line 51: Line 52:
  
 
; What's next for your robot?
 
; What's next for your robot?
: A code review. Make sure all the code is doing what it is suppose to be doing. Perhaps running some challenges for testing purposes.
+
: Running some challenges for testing and tweaking purposes.
  
 
;Does it have any [[White Whale]]s?
 
;Does it have any [[White Whale]]s?
Line 57: Line 58:
  
 
; What other robot(s) is it based on?
 
; What other robot(s) is it based on?
: [[Nene]] was used as a reference for its movement. But its been massively reduced.
+
: [[Nene]] was used as a reference for its movement. But its been massively reduced/refactored.
 
: It's gun was cradle robbed by [[Nene]], technically [[Nene]] was the first one seen using it.
 
: It's gun was cradle robbed by [[Nene]], technically [[Nene]] was the first one seen using it.
  

Revision as of 21:00, 2 December 2013

Mint
Mint-Clover.png
Author(s) Chase
Extends Interface
Targeting DC/GF
Movement Wave Surfing
Released November 28th, 2013
Current Version 0.1
Code License ZLIB
Download
Source

Background Information

What's special about it?
Not much at the moment. But with the latest bugfix, I have fixed bugs in it still present in the version in Nene.
How competitive is it?
It isn't horrible.

Strategy

How does it move?
Uses precise intersection wave surfing. A cut down and refactored version of Nene's movement. Known as Mint. It is far from complete.
How does it fire?
It uses a normal DC/GF gun. Very simple overall, it just has carefully tuned weights. This gun is identical to the one Nene uses, however, it was in this bot first and back ported to Nene so it had a gun I wrote in it.
How does it dodge bullets?
It surfs!
What does it save between rounds and matches?
Between matches: Nothing.
Between rounds: KdTree movement data. KdTree firing data.
What are it's weaknesses?
Probably highly tweaked random movers with good guns, or powerful surfers (like SandboxDT and DrussGT)

Additional Information

Where did you get the name?
Got it from... well not sure actually, just thought it was a cool name. The full name is actually Mint Clover, but that is a mouth full. So I just called it mint.
Can I use your code?
Sure thing you can use my code. It is released entirely under the ZLIB license.
What's next for your robot?
Running some challenges for testing and tweaking purposes.
Does it have any White Whales?
Not to that point in development yet.
What other robot(s) is it based on?
Nene was used as a reference for its movement. But its been massively reduced/refactored.
It's gun was cradle robbed by Nene, technically Nene was the first one seen using it.

Also see