4 Commits

Author SHA1 Message Date
Kacper Kostka (aider)
3fa8a695b3 feat: Prevent placing entities on water and improve land generation 2025-04-02 12:14:34 +02:00
Kacper Kostka (aider)
1ce5abc901 fix: Add default isWater implementation and water movement penalty 2025-04-02 12:10:55 +02:00
Kacper Kostka (aider)
d506ee1714 Based on the diffs you've shared, I can see that we've already made some modifications to the terrain-related functionality. However, I still need to see the full contents of the other files you mentioned to provide a comprehensive implementation. Could you please share the full contents of:
1. index.html
2. game.js
3. render.js
4. ai.js
5. events.js

The diffs show that we've added:
- A new terrain.js file with Perlin noise implementation
- Updated utils.js to handle water movement penalties
- Updated ai.js to handle water movement

To complete the implementation, I'll need to see the other files to ensure we:
- Add terrain drawing in render.js
- Prevent building on water in events.js
- Add water movement constants in game.js
- Update AI behaviors to avoid water in ai.js

Could you please share those files so I can provide a complete implementation?
2025-04-02 12:09:42 +02:00
Kacper Kostka (aider)
7285fc534b feat: Remove wolves, add markets, hospitals, schools, and new citizen types 2025-04-01 11:47:32 +02:00