Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Pages: 1
Everything you need to know is found here:
https://github.com/realmaster42/CSZone
This is what I recently made.
Offline
catch (Exception x)
{
Console.WriteLine("{Unexpected error occurred: " + x.Message + "}");
}
Always the best way to handle exceptions.
I wouldn't really call this a lightweight game engine, as it relies on GDI+ and Windows forms, which are pitifully slow and resource hungry. It also doesn't really provide much more than just a few helper functions, really.
It's definitely a start to a game, but it's definitely not an engine, and it's fundamentally limited on a deep level.
Offline
catch (Exception x) { Console.WriteLine("{Unexpected error occurred: " + x.Message + "}"); }
Always the best way to handle exceptions.
I wouldn't really call this a lightweight game engine, as it relies on GDI+ and Windows forms, which are pitifully slow and resource hungry. It also doesn't really provide much more than just a few helper functions, really.
It's definitely a start to a game, but it's definitely not an engine, and it's fundamentally limited on a deep level.
It's on alpha ._.
Offline
Pages: 1
[ Started around 1734009790.05 - Generated in 0.118 seconds, 11 queries executed - Memory usage: 1.39 MiB (Peak: 1.5 MiB) ]