bourgade/src
2024-11-05 11:59:25 +01:00
..
board Add a button to upgrade a building from the village map. 2024-11-04 19:04:12 +01:00
data Add a first unit, Philosophers, that you can recruit, but they do nothing for now. 2024-10-25 19:03:32 +02:00
hud Show culture production. 2024-11-05 11:59:25 +01:00
moves Add a button to upgrade a building from the village map. 2024-11-04 19:04:12 +01:00
stores Show a map of the outside of the village, with all the resource farms. 2024-10-24 16:24:39 +02:00
app.css Show an actual board for the village and allow building on specific tiles. 2024-10-24 11:32:31 +02:00
App.svelte Show an actual board for the village and allow building on specific tiles. 2024-10-24 11:32:31 +02:00
create.ts Add a first unit, Philosophers, that you can recruit, but they do nothing for now. 2024-10-25 19:03:32 +02:00
hexgrid.ts Show an actual board for the village and allow building on specific tiles. 2024-10-24 11:32:31 +02:00
main.ts Add resource production buildings and a way to upgrade them. 2024-10-21 17:35:32 +02:00
types.ts Show culture in the HUD and make philosophers produce it. 2024-11-04 18:10:26 +01:00
update.ts Show culture production. 2024-11-05 11:59:25 +01:00
utils.ts Show culture production. 2024-11-05 11:59:25 +01:00
village.ts Add a victory screen. 2024-11-04 18:43:03 +01:00
vite-env.d.ts Setup initial Vite + TypeScript + Svelte template. 2024-10-21 12:54:15 +02:00