Official Everybody Edits Forums

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.

#1 2016-09-13 20:46:23

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

CSZone - A 2D C# .NET Light-Weight Game Engine

Everything you need to know is found here:
https://github.com/realmaster42/CSZone

This is what I recently made.


http://i.imgur.com/bjvgH5L.png?1

Offline

#2 2016-09-13 20:53:53

Kaslai
Official Caroler
From: SEAͩT̓͑TLͯͥͧͪ̽ͧE͑̚
Joined: 2015-02-17
Posts: 787

Re: CSZone - A 2D C# .NET Light-Weight Game Engine

catch (Exception x)
{
    Console.WriteLine("{Unexpected error occurred: " + x.Message + "}");
}

Always the best way to handle exceptions. //forums.everybodyedits.com/img/smilies/smile

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

Wooted by:

#3 2016-09-14 11:28:38

realmaster42
Formerly marcoantonimsantos
From: ̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍̍
Joined: 2015-02-20
Posts: 1,380
Website

Re: CSZone - A 2D C# .NET Light-Weight Game Engine

Kaslai wrote:
catch (Exception x)
{
    Console.WriteLine("{Unexpected error occurred: " + x.Message + "}");
}

Always the best way to handle exceptions. //forums.everybodyedits.com/img/smilies/smile

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 ._.


http://i.imgur.com/bjvgH5L.png?1

Offline

realmaster421473848918622994

Board footer

Powered by FluxBB

[ Started around 1715073947.1493 - Generated in 0.027 seconds, 12 queries executed - Memory usage: 1.39 MiB (Peak: 1.5 MiB) ]