Zed A. Shaw
|
b16405cfdc
|
Better random entity placement and config of entities is now more generic.
|
2025-01-13 16:23:33 -05:00 |
|
Zed A. Shaw
|
d6916b675e
|
Enemies can be tagged as moving randomly, but it's very subtle.
|
2025-01-09 14:25:34 -05:00 |
|
Zed A. Shaw
|
222b39c403
|
Fixed up building enemies and items using componentsin the JSON.
|
2025-01-09 14:01:40 -05:00 |
|
Zed A. Shaw
|
9ce4fbd552
|
Reworked the way that entities are loaded so they're more dynamic and can be configured without modifying C++code.
|
2025-01-08 16:09:22 -05:00 |
|
Zed A. Shaw
|
f2864a62ee
|
Game now loads random enemies and items into rooms but in rudimentary way. Need to now randomize more of it and make it more robust so only changing the .json is needed to get new effects and enemies.
|
2025-01-06 15:20:54 -05:00 |
|
Zed A. Shaw
|
59bbae0af0
|
Added a couple of test enemies to the game for the next stream.
|
2024-12-28 14:12:05 -05:00 |
|
Zed A. Shaw
|
03c5546cdf
|
World builder now loads the tile map json and usese the keys to figure out how to randomize the floor configurations.
|
2024-12-28 13:25:23 -05:00 |
|