Difference between revisions of "GravityWave/Versions"
Jump to navigation
Jump to search
J Litewski (talk | contribs) (Version History of GravityWave to today) |
J Litewski (talk | contribs) (→Random Thoughts: LinkedList Question) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Navbox small | ||
+ | | title = GravityWave pages | ||
+ | | parent = GravityWave | ||
+ | | page1 = Versions | ||
+ | | page2 = Code | ||
+ | | page3 = Tests | ||
+ | }} | ||
==Version History== | ==Version History== | ||
− | + | alpha2 - (development) | |
− | * | + | * WaveSurfing Improvements |
− | * | + | :* Fix the major bugs in the code |
− | * | + | :* Add in Dive Protection |
− | + | :* Rework the EnemyWave class | |
− | + | I'm looking at a number of other robots for ideas and ways to improve GravityWave. [[Komarious]] from [[User: | |
− | + | Voidious|Voidious]] is basically a highly modified [[BasicSurfer]], so I'm using him first to gather some information. | |
− | |||
− | |||
− | alpha1 | + | alpha1 - (current version) |
* The Start of GravityWave (see [[BasicSurfer]]) | * The Start of GravityWave (see [[BasicSurfer]]) | ||
+ | |||
+ | ==Random Thoughts== | ||
+ | ===LinkedList=== | ||
+ | I looked into [[Komarious]] and I saw that it was using a LinkedList variable. I just would like to know the advantage of using LinkedList over ArrayList. |
Latest revision as of 23:38, 18 June 2009
- GravityWave pages:
- GravityWave - Versions - Code - Tests
Version History
alpha2 - (development)
- WaveSurfing Improvements
- Fix the major bugs in the code
- Add in Dive Protection
- Rework the EnemyWave class
I'm looking at a number of other robots for ideas and ways to improve GravityWave. Komarious from [[User: Voidious|Voidious]] is basically a highly modified BasicSurfer, so I'm using him first to gather some information.
alpha1 - (current version)
- The Start of GravityWave (see BasicSurfer)
Random Thoughts
LinkedList
I looked into Komarious and I saw that it was using a LinkedList variable. I just would like to know the advantage of using LinkedList over ArrayList.