gdquest-demos / godot-2d-space-game

A 2D space exploration and mining game made with Godot and our AI framework
MIT License
839 stars 109 forks source link

Milestone 3: Mining, maps, and generation #10

Closed Razoric480 closed 4 years ago

NathanLovato commented 4 years ago

Just tried the game, great progress. The game feel and controls are going to need some work after this update.

There are some warnings and errors in the project. Two nodes not found and errors when fighting. Could you address the errors?

I'll do a more complete code review a bit later.

Regarding the visuals, you're using the ones from the style guide in the minimap only. How about using them for the base graphics, and have simpler symbols for the minimap?

Razoric480 commented 4 years ago

I might have tunnel visioned and overlooked those erupts, will fix them.

And yeah, I was thinking about doing just that.

NathanLovato commented 4 years ago

I went over the code. It's good to keep moving forward for now. There'll be some stuff to refactor eventually but this is still a prototype, so no need to waste too much time on the code structure while things might change soon.