Commit graph

17 commits

Author SHA1 Message Date
Mathilde Grapin 2b11ec8638 Fix enemy return ball two times each time 2023-07-01 17:12:02 +02:00
Mathilde Grapin a9a9f05296 Cleanup player 2023-07-01 13:29:18 +02:00
Mathilde Grapin 4658bf304f Cleanup ball 2023-07-01 13:27:47 +02:00
Mathilde Grapin a56ffa78c5 Clean up enemy 2023-07-01 13:26:45 +02:00
Mathilde Grapin a08afcb147 Clean up player scripts 2023-06-28 21:29:55 +02:00
Mathilde Grapin a1e8f9b34d WIP clean up player 2023-06-28 00:07:13 +02:00
Mathilde Grapin 97f9ec7fa1 Clean tile map script 2023-06-27 22:14:14 +02:00
Mathilde Grapin e0633efcbe Play ball with the enemy
Enemy can return the ball to the player
2023-06-27 21:25:32 +02:00
Mathilde Grapin 332c0fb0e1 Player throw back the ball from walk or idle state 2023-06-18 20:30:25 +02:00
Mathilde Grapin 1aff1c2e38 Clean up path and names 2023-06-13 21:36:01 +02:00
Mathilde Grapin 92ccf7279d Instanciate a ball
Make the enemy throw a ball. It just instanciate a ball in the scene but
does not move it.
2023-06-12 22:06:48 +02:00
Mathilde Grapin 5970aa2ac2 Flip enemy and use blackboard
Use blackboard for destination.
2023-06-12 18:50:58 +02:00
Mathilde Grapin 02026ab3e9 Add wait action to enemy 2023-06-12 17:58:06 +02:00
Mathilde Grapin 1aed988149 Add a behavior tree to the enemy
Add the Beehave addon.
Make the enemy do the same thing as before but with a behavior tree.
2023-06-12 16:48:35 +02:00
Mathilde Grapin 09f6925a00 Fix quote 2023-06-11 23:48:59 +02:00
Mathilde Grapin a6839bc96b Fix bad space 2023-06-11 23:47:46 +02:00
Mathilde Grapin 7038d29d87 First commit
Add simple player movement with a finite state machine.
Add enemy that can move to target point.
Add ground through a tilemap and wall that player and enemy cannot
cross.
2023-06-11 23:38:54 +02:00