38 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
d6f900a3e4 Fix canvas 2024-04-13 18:42:02 +02:00
5cb87a3a81 First steps to fixing canvas 2024-04-13 18:24:05 +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
58d3258448 Fix orthographic projection 2024-02-18 13:11:05 +01:00
202db0be70 Update to Bevy 0.12 2024-02-18 12:48:34 +01:00
d12e53472d WIP2 2023-09-18 21:24:51 +02:00
7f1f2cc6ab WIP 2023-09-18 21:23:49 +02:00
e11ba22c93 Reorganize systems 2023-03-18 18:14:08 +01:00
18f55a9cce Fix direction chance sound effect 2023-03-18 17:51:00 +01: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
71103a9fb7 Finalize CanvasShading 2023-01-28 15:56:28 +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
c771e5f95e Make use of bundle in snake 2022-12-19 21:38:40 +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
0c59cfd898 Fix some clippy warnings 2022-08-21 13:46:08 +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
29a5687956 Fix direction and game over systems 2022-08-20 17:42:37 +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
10daae1cf6 Game over system fix 2022-08-10 22:38:23 +02:00
fe5f91966f Add game over system 2022-08-07 00:23:14 +02:00
967887456f Initial commit 2022-08-06 23:41:20 +02:00