Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |