https://github.com/lemmiix/shooty-triangle
Toying around in sdl3 to create a controllable character
https://github.com/lemmiix/shooty-triangle
c sdl sdl3
Last synced: 9 months ago
JSON representation
Toying around in sdl3 to create a controllable character
- Host: GitHub
- URL: https://github.com/lemmiix/shooty-triangle
- Owner: LEMMIIX
- Created: 2025-09-12T12:21:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-10-07T11:23:53.000Z (9 months ago)
- Last Synced: 2025-10-07T13:25:08.652Z (9 months ago)
- Topics: c, sdl, sdl3
- Language: C
- Homepage:
- Size: 6.04 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shooty triangle
it be a triang that shoot
## Showcase
### Version 1:

### Version 2:

Changes:
* rotating while moving
### Version 3:

Changes:
* fps counter
* vsync
* frame-independent movement using delta time
* window boundary check for movement
### Version 4:

Changes:
* shoot variations of projectiles with mouse klick
Objective:
make projectiles shoot from the player towards mouse position,
create hostile elements
### Version 5:

Changes:
* shoot projectiles towards mouse