Hurrican
Hurrican copied to clipboard
Freeware jump and shoot game created by Poke53280, based on the Turrican game series by Manfred Trenz
The SDL3 release is getting near, maybe it's time to consider dropping SDL1 support and move to the new API.
In the root of the repo, the [LICENSE](https://github.com/HurricanGame/Hurrican/blob/master/LICENSE) file is for the MIT license, however the [Hurrican/readme.txt](https://github.com/HurricanGame/Hurrican/blob/master/Hurrican/readme.txt) file states: >1.2 Enduser license agreement > > This program is freeware and...
Version 1.0 has been released recently (now at [1.0.1](https://github.com/g-truc/glm/releases/tag/1.0.1)) Need a check if it's worth upgrading and that it doesn't break anything.
This adds the `--startlevel` argument. When this gets passed to the game, it skips loading the cractro, main menu and the intro to directly start into the level. This is...
This is related to: #70 This is a possible fix for this issue. I don't really like how it is implemented and it isn't really good code but i wanted...
I am currently working on a small [level editor](https://https://github.com/Nils75owo/HurricanEditor) for Hurrican. I noticed that it loads a level within ~0.5 seconds so i tried to find the cause of Hurrican...
A tentative way to automatically create a Windows binary for a release. The way dlls are copied in the package is a bit hackish and if someone knows how to...
Just a suggestion: It would be easier for everyone that doesn't speak German to have the comments in English (note: not my first language). I'd do it if I knew...
Since moving from fmod to sdl_mixer the functionality has been lost, Would be nice reimplementing it. See https://gist.github.com/hydren/f60d107f144fcb41dd6f898b126e17b2 for an example