Kacper Kostka
854ac99f52
Create .gitignore
2025-04-02 12:29:42 +02:00
Kacper Kostka
f9669c9871
Revert "refactor: Optimize terrain rendering and zooming performance"
...
This reverts commit ae26d93432e27a05d50a9cee4f4ceac5b57a40cb.
2025-04-02 12:28:54 +02:00
Kacper Kostka
ae26d93432
refactor: Optimize terrain rendering and zooming performance
2025-04-02 12:28:21 +02:00
Kacper Kostka (aider)
a4ef5e0f40
feat: Enhance terrain generation with new types and drawing mechanics
2025-04-02 12:18:52 +02:00
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)
cde5301c2b
feat: Add terrain rendering with water and grass generation
2025-04-02 12:12:06 +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)
8bc13472aa
feat: Enhance wolf reproduction and movement mechanics
2025-04-02 12:04:38 +02:00
Kacper Kostka (aider)
74f1c1eac1
feat: Add attackCooldown to animals and weapon check for soldiers
2025-04-02 12:00:35 +02:00
Kacper Kostka (aider)
413aebf839
fix: Add soldier button and implement wolf hunting mechanics
2025-04-02 11:59:49 +02:00
Kacper Kostka (aider)
5d2a98b494
feat: Add wolf and soldier mechanics to game
2025-04-02 11:57:44 +02:00
Kacper Kostka (aider)
a002d4b017
refactor: Remove ES6 module syntax and reorder script loading
2025-04-02 11:52:06 +02:00
Kacper Kostka (aider)
8057ba881b
refactor: Resolve import and constant duplication issues in AI and game modules
2025-04-02 11:50:23 +02:00
Kacper Kostka (aider)
be20e824f3
fix: Resolve duplicate constant declaration and add missing citizen constants
2025-04-02 11:49:15 +02:00
Kacper Kostka (aider)
472a210cd7
fix: Define missing ANIMAL_HUNGER_MAX constant in ai.js
2025-04-02 11:48:34 +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
eba5a0503a
Update index.html
2025-03-17 15:42:48 +01:00
6b60aa2681
txt's
2025-03-13 22:24:08 +01:00
cababc87bc
Update index.html
2025-03-13 22:23:14 +01:00
11165b76b6
Update index.html
2025-03-13 21:45:01 +01:00
61f1fece99
add license
2025-03-13 21:32:29 +01:00
7325d0da44
init
2025-03-13 21:31:23 +01:00