Prototype
Prototype copied to clipboard
An early-stage, open-source 4X strategy game
In MapUnitExtensions.cs's move method, we currently have a check to ensure that units can only move on land. Unfortunately, that applies to naval units as well. Hence the infamous "Plains...
Certain type of terrain affect fog of war. Hills and mountains and volcanoes let you see farther, but also prevent you from seeing past them. This issue is to consider...
Currently, our equivalent of x_title.pcx has the art included in it. This is similar to Civ. But that means the text gets distorted as the aspect ratio changes, and most...
Update credits text with new contributors, licenses, thanks, etc
Create a single reusable and scriptable Godot scene to display a more faithful unit UI: a bordered column of HP pegs and status indicator, both color-coded, and containers for the...
implements https://github.com/C7-Game/Prototype/issues/102
I attempted to add `TileDirection.INVALID`, and without changing any other code, the game crashes with the following error when trying to move a unit to a new tile: ``` System.ArgumentOutOfRangeException:...
#163 introduced a .editorconfig with code formatting rules. Reformat all .cs (and .gd?) files at once. Going forward devs should use this file in their IDE if possible, and format...
A prototype mod, or perhaps a scenario, that demonstrates C7's moddability. There likely needs to be some more forum discussion about what form this should take before this is started....
At some point we should generalize our keyboard shortcuts. Currently, many of these are configured in UnitButtons.cs (although there will eventually be a wider variety of other ones, e.g. Clear...