Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overall Game Progress #16

Open
15 tasks
Zomis opened this issue May 6, 2016 · 0 comments
Open
15 tasks

Overall Game Progress #16

Zomis opened this issue May 6, 2016 · 0 comments

Comments

@Zomis
Copy link
Owner

Zomis commented May 6, 2016

Hardcode some game progress goals and have the ability to show how much resources are remaining (only count chests) until game is completed, and/or some other goals are met.

Possible goals:

  • Research Rocket Silo
  • Build Rocket Silo, Rocket and Satellite
  • Tank
  • Roboport
  • Destroyer Capsule
  • Science Pack 1
  • Science Pack 2
  • Science Pack 3
  • Science Pack 4

What needs to be done:

  • Create a "Progress" button in the top/left
  • Create a GUI to see all goals and some quick progress information for each goal
  • Possibly create a GUI to see more detailed information about the goals
  • Find which research topics needs to be researched for the goal
  • Find requirements for items needed to produce research goal
  • Do some math

Scan items in both chests and transport betls, perhaps even in robots.

Example for the rocket silo:

  • Requires 30 seconds
  • 1000 steel
  • 1000 concrete
  • 100 pipes
  • 200 processing units
  • 200 electric engine units

Then below all that show what is required to build those things, for example:

  • 5000 iron plate
  • 4000 electric circuit
  • 400 advanced circuit
  • ...

Then show stuff needed to produce that:

  • ... iron plate
  • ... copper cable
  • ...

As iron plate can occur on multiple levels, perhaps only show the sum of it on the bottom-most level?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant