Difference between revisions of "User:Chase-san/Roboflight"

From Robowiki
Jump to navigation Jump to search
(Milestone 1 reached)
Line 14: Line 14:
 
#*<strike>Loading of robots from classes</strike>
 
#*<strike>Loading of robots from classes</strike>
 
#<strike>Add support for multiple robots of the same type to not share static data</strike> I think anyway
 
#<strike>Add support for multiple robots of the same type to not share static data</strike> I think anyway
#Get missiles working again
+
#<strike>Get missiles working again</strike>
 
#<strike>All those misc events... (on death, on other death, on hit by, on hit with, ...)</strike>
 
#<strike>All those misc events... (on death, on other death, on hit by, on hit with, ...)</strike>
 
#<strike>Retweak UI to display energy in a nicer way.</strike>
 
#<strike>Retweak UI to display energy in a nicer way.</strike>
Line 30: Line 30:
 
#Add robot debug print support to UI.
 
#Add robot debug print support to UI.
 
#Add the ability to save options.
 
#Add the ability to save options.
#Battle Scoring
 
 
#Add security manager.
 
#Add security manager.
 +
#Add missing collision events (wall, missile, robot, etc)
 
:'''MILESTONE 3'''
 
:'''MILESTONE 3'''
 +
#Allow missiles to be armed, disarmed programmatic
 +
#*Perhpas allow unarmed missiles to remain undetected and move slowly?
 +
#Battle winning
 +
#Multiple Rounds
 +
#Battle Scoring
 
#???
 
#???
  

Revision as of 14:34, 1 May 2013

Roboflight is a programming game planned as a spiritual successor to robocode. The name might change once it gets further along.

From Demo 20130214

http://i.minus.com/iyS8vO2B5D1BR.gif

This is the second draft of roboflight. Everything is up in the air at this point.

In case you want to take a peek at what I have been up to here is the latest demo.

TODO

MILESTONE 1
  1. Create a simple battle starter
    • Loading of robots from classes
  2. Add support for multiple robots of the same type to not share static data I think anyway
  3. Get missiles working again
  4. All those misc events... (on death, on other death, on hit by, on hit with, ...)
  5. Retweak UI to display energy in a nicer way.
    • Add UI support for more then two combatants while I am at it.
  6. Add pause/stop options
  7. Add FPS slider
  8. Add Non Interface Base Class
MILESTONE 2
  1. Allow loading of robots from jars
  2. Individual robot coloring for robot, missile and bullets (perhaps thrust as well).
  3. Add Robot/Robot collisions
  4. Add Missile/Bullet collisions
  5. Add restart option
  6. Move current debug options into a menu/dialog.
  7. Add robot debug print support to UI.
  8. Add the ability to save options.
  9. Add security manager.
  10. Add missing collision events (wall, missile, robot, etc)
MILESTONE 3
  1. Allow missiles to be armed, disarmed programmatic
    • Perhpas allow unarmed missiles to remain undetected and move slowly?
  2. Battle winning
  3. Multiple Rounds
  4. Battle Scoring
  5. ???

Note, I will fix bugs where I find them.

Would be nice

  • Eventually move rendering to a scene graph solution
  • Find something to replace slick-ttf.jar
  • Clean up some of my messier code
    • As I add options, this should happen automatically in some places.