Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scriptable scroll speed! | David Thompson | 2023-10-28 | 1 | -40/+76 |
* | Remove pks. | David Thompson | 2023-10-28 | 1 | -2/+0 |
* | Add scroll dy to non-stationary enemies, too. | David Thompson | 2023-10-28 | 1 | -5/+7 |
* | Start updating assets to use Christine's sprites; add nested scripts. | David Thompson | 2023-10-28 | 1 | -32/+93 |
* | Use monogram font. | David Thompson | 2023-10-28 | 1 | -4/+4 |
* | Friday's progress. lots of placeholder art. | David Thompson | 2023-10-27 | 1 | -86/+131 |
* | Remove unused background from map. | David Thompson | 2023-10-27 | 1 | -10/+5 |
* | Re-enable player death sound, but half volume. | David Thompson | 2023-10-27 | 1 | -1/+1 |
* | Add particles. | David Thompson | 2023-10-27 | 1 | -24/+151 |
* | Pass bullet type to collide proc. | David Thompson | 2023-10-26 | 1 | -6/+10 |
* | Enemy animation. | David Thompson | 2023-10-26 | 1 | -28/+41 |
* | Per-bullet hitboxes; scoring. | David Thompson | 2023-10-26 | 1 | -47/+66 |
* | Add focus fire. | David Thompson | 2023-10-25 | 1 | -38/+66 |
* | Update map; don't play explosion sound when enemy goes out of bounds. | David Thompson | 2023-10-25 | 1 | -7/+8 |
* | Add paused, game-win states. | David Thompson | 2023-10-25 | 1 | -11/+36 |
* | Fix stationary enemy movement. | David Thompson | 2023-10-25 | 1 | -1/+4 |
* | Lots of changes! | David Thompson | 2023-10-25 | 1 | -1033/+1004 |
* | Add basic HUD; prevent default key event handler. | David Thompson | 2023-10-24 | 1 | -11/+44 |
* | Use define-type for vec2. | David Thompson | 2023-10-24 | 1 | -30/+34 |
* | Remove unused vars. | David Thompson | 2023-10-23 | 1 | -5/+0 |
* | load images programatically. | David Thompson | 2023-10-23 | 1 | -6/+10 |
* | Use tagged vector for level. | David Thompson | 2023-10-23 | 1 | -9/+11 |
* | Use tagged vector for bullet pool. | David Thompson | 2023-10-23 | 1 | -11/+15 |
* | Misc updates... | David Thompson | 2023-10-23 | 1 | -11/+18 |
* | Improve spawn positioning; add stationary enemies. | David Thompson | 2023-10-23 | 1 | -11/+17 |
* | Resize canvas to fit window size, rewrite enemies. | David Thompson | 2023-10-23 | 1 | -193/+282 |
* | Parallax background. | David Thompson | 2023-10-23 | 1 | -2/+16 |
* | Add state reset. | David Thompson | 2023-10-22 | 1 | -1/+37 |
* | Enemies with cancellable scripts. | David Thompson | 2023-10-22 | 1 | -55/+71 |
* | Add some more placeholder level. | David Thompson | 2023-10-22 | 1 | -2/+30 |
* | Add a bunch of sound effects. | David Thompson | 2023-10-22 | 1 | -32/+84 |
* | Fix enemy collision, collide player with enemies. | David Thompson | 2023-10-22 | 1 | -31/+51 |
* | Player can be hit by enemy bullets. | David Thompson | 2023-10-22 | 1 | -1/+12 |
* | Fix scheduler, add player lives, update player sprite. | David Thompson | 2023-10-22 | 1 | -32/+73 |
* | Enemy bullets and level scrolling. | David Thompson | 2023-10-22 | 1 | -92/+170 |
* | Enemies that can take damage from player bullets. | David Thompson | 2023-10-22 | 1 | -72/+182 |
* | Day 1 progress. | David Thompson | 2023-10-22 | 1 | -0/+527 |