Lux-AI-Challenge / Lux-Design-S1

Home to the design and engine of the @Lux-AI-Challenge Season 1, hosted on @kaggle
https://lux-ai.org/
Apache License 2.0
897 stars 151 forks source link

CityTile road fix #83

Closed LittleAlvinMaker closed 3 years ago

LittleAlvinMaker commented 3 years ago

As most recently mentioned by snozzled, the game state is generated with cell.road instead of cell.getRoad(), so the hardcoded exception for CityTiles is skipped. This is not an issue with the gameplay since the engine still uses cell.getRoad().

StoneT2000 commented 3 years ago

oh wait that was the bug okay, fixing it, thanks!