Twini-Golf icon indicating copy to clipboard operation
Twini-Golf copied to clipboard

A (broken) SDL2 game made in 48 hours

Results 18 Twini-Golf issues
Sort by recently updated
recently updated
newest added

i installed both sdl1.2 and sdl2 and get errors on all lines involving sdl `fatal error: SDL2/SDL_image.h: No such file or directory`

mouse cant set ball power properly because of edge of screen maybe cursor needs to be set to false during shots ?

Should I add a static build workflow for linux? This would make it so people aren’t forced to install sdl themselves

I install `SDL2` by `Pacman` package manager in `msys2` for `mingw-w64` and simply use `Cmake` for add libraries ,compile and run for VSCode in Windows11. The `SDL2_image mixer ttf` don't...

- Fixed init() printing out SDL Errors instead of TTF/IMG Errors. - Fixed init() printing out "TTF_init has failed. Error: " everytime TTF_Init initalized correctly. - Fixed crash on startup...

Compiled the source code and found getStrokeText and getLevelText to have some undefined behavior. Seems to be a dangling pointer returning memory allocated on a stack. Please recompile the source...

- Updated folder structure to include VS2019 compatible solution file - Small reorganization of header files ![Screenshot 2022-01-01 100015](https://user-images.githubusercontent.com/962434/147855971-69e4323f-1b12-45b0-805f-81e6f22620e3.png) - I copied the `res` assets into a test folder along...

Memory leaks are still a massive issue , within 60 seconds this program leaked 10+ gb of memory , thank god for swap ![leak](https://user-images.githubusercontent.com/38285593/134727551-b8110118-b609-4893-af38-676d5c542c12.png) files.