Commit Graph

50 Commits

Author SHA1 Message Date
8bed89b6dc Force the player to clear an oasis before they can pillage it. 2024-11-19 17:52:05 +01:00
0caa40bdca Populate the world map with more oasis and give them a maximum number of ressources that can be pillaged. 2024-11-19 17:06:32 +01:00
04b7ab7339 Transform the world map into an actual map with regions on it. 2024-11-15 10:59:05 +01:00
83adff2603 Add buildings that improve resource production. 2024-11-14 14:53:26 +01:00
933796bb4a Make buildings take longer to build. 2024-11-13 16:30:49 +01:00
9062d7b626 Make the palace work over 10 levels instead of 20. 2024-11-13 16:23:09 +01:00
c984b5b0c5 Allow to repeat indefinitely a mission to an oasis. 2024-11-13 15:26:36 +01:00
387e980f5d Implement the world wonder. 2024-11-13 11:53:58 +01:00
f8157c288c Add Great Warehouse and Great Granary, make buildings be unlocked at some Townhall levels. 2024-11-13 11:20:12 +01:00
a21585280a Add a Palace that gives new heroes, and allow different heroes to be sent on quests at the same time. 2024-11-12 17:21:19 +01:00
620bfb7581 Make the town hall reduce the construction time of buildings. 2024-11-12 16:12:17 +01:00
901d56ffa7 Add an image for each building. 2024-11-12 12:19:13 +01:00
ff7458757a Adjust the cost and construction time of all buildings. 2024-11-08 18:13:03 +01:00
5a0369070e Adjust quest rewards. 2024-11-08 11:40:23 +01:00
10bd9121a2 Add quests that give resources as reward. 2024-11-07 17:15:41 +01:00
1f312c072b Add a max level to all buildings. 2024-11-07 15:51:26 +01:00
92dd8716a4 Disable build button if cost of a building cannot be paid. 2024-11-07 15:35:41 +01:00
42b8dae615 Make soldiers carry less resources. 2024-11-07 15:14:24 +01:00
2dffb2dcac Add an oasis pillaging move. 2024-11-07 14:20:34 +01:00
149a6b47f9 Add a worldmap showing some oasis regions. 2024-11-07 11:18:49 +01:00
9639ff1368 Add the barracks and soldiers. 2024-11-07 10:12:29 +01:00
f427f4e2b6 Move the amount of culture to reach to win into a constant. 2024-11-05 12:44:24 +01:00
3587196bd9 Remove the queue of building construction and instead make buildings upgrade in parallel. 2024-11-05 12:42:59 +01:00
4768e22a39 Kill units when food is negative. 2024-11-05 12:06:44 +01:00
33eb732162 Show culture production. 2024-11-05 11:59:25 +01:00
e14cb045f7 Slight improvement to the building panel. 2024-11-05 11:59:06 +01:00
ef43be402f Make all units consume food. 2024-11-05 11:35:32 +01:00
1885463132 Show units being recruited in the University panel. 2024-11-05 11:03:34 +01:00
ba812bbc03 Display the time to recruit units in the University panel. 2024-11-05 10:35:42 +01:00
abdc207b12 Increase the number of culture to reach to win. 2024-11-05 10:35:25 +01:00
fbe48f925d Add a button to upgrade a building from the village map. 2024-11-04 19:04:12 +01:00
dd50d9b80d Add a victory screen. 2024-11-04 18:43:03 +01:00
04a37732d9 Show culture in the HUD and make philosophers produce it. 2024-11-04 18:10:26 +01:00
6c18870b6b Rename the game to Bourgade. 2024-11-04 17:56:56 +01:00
66c8c093b1 Missing change after file rename. 2024-10-25 19:04:19 +02:00
cd872d76e8 Add a first unit, Philosophers, that you can recruit, but they do nothing for now. 2024-10-25 19:03:32 +02:00
fe34ffee8d Add buildings to a construction queue when building or upgrading them. 2024-10-24 19:27:33 +02:00
21952c2024 Make the navigation bar prettier. 2024-10-24 19:26:57 +02:00
756f2bc152 Show a map of the outside of the village, with all the resource farms. 2024-10-24 16:24:39 +02:00
a47486973c Create all resource buildings by default. 2024-10-24 15:31:40 +02:00
25f281028c Add a building panel to upgrade them. 2024-10-24 15:12:21 +02:00
5a7fb8ddcb Show an actual board for the village and allow building on specific tiles. 2024-10-24 11:32:31 +02:00
d6f6a0bd00 Show an icon for each resource. 2024-10-23 15:14:07 +02:00
11bcbbc8a6 Do not allow resources to be negative. 2024-10-23 11:59:50 +02:00
16db8ee0be Add fields and food consumption. 2024-10-23 10:36:03 +02:00
6f1c3b3070 Add a town hall building, refactor building creation. 2024-10-23 10:14:19 +02:00
80867d6ccf Add a move and button to create a new building. 2024-10-22 18:27:11 +02:00
0397c9f991 Added the warehouse and granary to store resources. 2024-10-22 17:15:42 +02:00
b564520d56 Add resource production buildings and a way to upgrade them. 2024-10-21 17:35:32 +02:00
d5058c4cbe Setup initial Vite + TypeScript + Svelte template. 2024-10-21 12:54:15 +02:00