frnsys / half_earth

Half-Earth Socialism: The Game, for Half-Earth Socialism (Verso 2022)
GNU Affero General Public License v3.0
41 stars 7 forks source link

Use research points from rust backend #136

Closed frnsys closed 2 years ago

frnsys commented 2 years ago

Effects that add research points add to a research point counter in the backend, which right now isn't read at all (since we normally keep track of those in the frontend). So we need to check if there are research points in the backend and "load" them in into the frontend when there are.