Archived
1
0
Commit Graph

23 Commits

Author SHA1 Message Date
fbdffb5905 -Sorted files into different packages to clean up object list
Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-20 14:57:18 -07:00
aab755aaef -Fixed initialization
-Added mapping for MoneyPiles and Objectives

Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-16 16:03:37 -07:00
1bd81d97bd -Created Exception for inventory being full
-Implemented Inventory Object
-Revised how Drone interacts with inventory

Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-15 15:51:14 -07:00
b89f594fdf -Started implementing Inventory object
-Revised how Objectives are generated

Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-15 14:42:32 -07:00
7ee4f440e5 -Removed Upgrade from Drone. Upgrades will be performed by approaching an upgrade shop.
Signed-off-by: Tony Grosinger <tony@grosinger.net>
2011-09-14 11:49:30 -07:00
Tony Grosinger
b7c5991a7a -Implemented most of Steal
-Started Attack

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-06-04 22:35:53 -07:00
Tony Grosinger
a0e3d07a90 Finished Objectives
Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-05-20 10:38:41 -07:00
Tony Grosinger
c7bf2268e8 -Created TownHall object
-Implemented Inventory
-Started Objectives

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-05-19 17:22:54 -07:00
Tony Grosinger
20e7ec66fe -Implemented randomly generated MoneyPiles
-Continued implementing creation of drones and houses

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-27 14:15:34 -07:00
Tony Grosinger
4f7140b45a -Added houses
-Almost finished with adding ability to build a house
-Houses included in safezone if they are on the same team

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-26 12:59:04 -07:00
Tony Grosinger
b53eec8a61 -Added to building class
-Buildings now generated and placed on map
-Maps only generated on interval
-Fixed grid lines (I think)

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-25 22:27:19 -07:00
Tony Grosinger
db1b945815 Added new mapping feature. Will now create a directory and output generated map files every turn. Will probably add a way to change the frequency these are generated.
Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-25 20:02:34 -07:00
Tony Grosinger
806a3da1c3 -Added Neighbor object
-Added ability to find neighbors nearby within your visible distance

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-23 21:56:30 -07:00
Tony Grosinger
f4bae64bbd -Fixed moving, hitting an edge no longer crashes the game
-Other stuff that I forget now...

Signed-off-by: Tony Grosinger <github2@grosinger.net>
2011-04-23 20:03:45 -07:00
Tony Grosinger
70a933ac09 -Major overhaul of design. Now using interfaces rather than extending
-Added DroneTools to allow a Drone to find out necessary information
-Prevented drone from accessing information it shouldn't get
-Changed moving again
-More stuff that I have forgotten by now
2011-04-22 19:46:44 -07:00
unknown
8cc1c9a0dc -Changed most comments to work in JavaDoc
-Continued working on Move

Signed-off-by: unknown <github2@grosinger.net>
2011-04-20 12:13:32 -07:00
Tony
4201170b95 -Continued moving code
-Realized problem with generic types and passing of variables, have not fixed yet
-Started changing formatting to prevent line wrapping

Signed-off-by: Tony <github2@grosinger.net>
2011-04-20 08:13:57 -07:00
ursa-arcadius
49a5013ec2 Started implementing the ability for a Drone to move
Signed-off-by: ursa-arcadius <github2@grosinger.net>
2011-04-19 23:06:06 -07:00
unknown
9b90b7e18e -Added debugging modes
Signed-off-by: unknown <github2@grosinger.net>
2011-04-19 10:15:53 -07:00
unknown
6a97a20d41 -Create building class
-Added console output
-Finished basic flow of program
-Added game winner announcement
-Added teamname and dronename

Signed-off-by: unknown <github2@grosinger.net>
2011-04-19 09:29:41 -07:00
unknown
e314b0168a -Started setting up the world class
-Created GameObject class
-Changed Drone.java from interface to extendible class
-Formatting

Signed-off-by: unknown <github2@grosinger.net>
2011-04-19 08:43:34 -07:00
Tony
e883ef1c43 Created constructor for world
Signed-off-by: Tony <github2@grosinger.net>
2011-04-18 16:38:36 -07:00
Tony
94673eb6d8 Created World class
Signed-off-by: Tony <github2@grosinger.net>
2011-04-18 16:23:29 -07:00