26 Commits

Author SHA1 Message Date
7750d192e5 Update dependencies 2025-03-10 21:43:54 +01:00
cd6408666f Update to bevy 0.15 2025-01-01 14:02:39 +01:00
d59aa18809 Make bevy 0.14 runnable by removing canvas effects 2025-01-01 12:40:02 +01:00
91dbf577bd wip: Start migration to bevy 0.14 2024-10-20 13:39:02 +02:00
4a98354069 Remove audio entity after playing 2024-04-12 15:39:34 +02:00
824231a86b Fix crudely for bevy 0.13 2024-04-12 15:29:08 +02:00
202db0be70 Update to Bevy 0.12 2024-02-18 12:48:34 +01:00
7f1f2cc6ab WIP 2023-09-18 21:23:49 +02:00
5d92c82db4 Add basic game sounds 2023-03-18 12:31:53 +01:00
09125bcd2f Add score indicator 2023-03-17 17:54:51 +01:00
3724db44b3 Update Bevy to 0.10 2023-03-12 20:34:23 +01:00
326e75e40a Use input manager for snake actions 2023-02-19 12:41:44 +01:00
112c7bc94d Work in progress towards 2D lighting 2023-01-26 21:24:50 +01:00
0124123189 Introduce CanvasMaterial 2023-01-21 23:00:17 +01:00
d788019363 Switch to fixed time step systems 2023-01-15 13:54:26 +01:00
2b1adfc4b7 Some refactoring 2022-12-21 21:28:49 +01:00
def2337f0e Fix game-over bug 2022-12-18 22:21:10 +01:00
0e5114c3d9 Update to Bevy 0.9 2022-11-28 22:16:05 +01:00
e70ec51673 Further refactoring 2022-11-08 22:36:19 +01:00
757180b13c Refactor organisation 2022-11-01 20:15:51 +01:00
0140be1121 Add eating animation 2022-08-21 21:41:35 +02:00
b97e279d71 Don't spawn fruits in other elements on the grid 2022-08-21 13:30:47 +02:00
84ed6d1ec1 Use new editor 2022-08-20 20:54:26 +02:00
7c3855853f Add fruit spawning 2022-08-19 22:09:34 +02:00
d1db542b16 Snake collision with itself 2022-08-18 21:26:52 +02:00
967887456f Initial commit 2022-08-06 23:41:20 +02:00