Jump to content

C#


Willace

Recommended Posts

Okay so I wanted to learn C# to start making t3h Xbox games... which works great... the issue is I need to learn the language in itself... and I'm not a memorizing guy... so you see the problem... however I manage to be able to use GML... and am able to program quite fine with it... However with C# you have to make objects with Code instead of the new object button... So does anybody know, is there like a book or something that can teach me c# or can somebody give some theory on it or something... or maybe a magic EXE to C# thing (that way I can make games in GM then transfer them to C# and make xbox games... w00t)

(BTW Luke after trying to learn C# I have a new found appreciation for what you've accomplished here(and any game programmer anywhere for that matter)... as believe you've used C# for parts of this game) 

Link to comment
Share on other sites

I'm actually think our server is coded in C++, but it might be C#.

In any case, C# isn't object oriented.

Now, there are tons of books on learning C#. I mean literally tons. There are websites too. cplusplus.com has great articles for learning C++ and I bet there is a C# equivalent out there.

Oh and I'd suggest you don't go for XNA right away. That's a tad bit too ambitious to be pulled off right off the bat :D

If you know Java, I'd suggest playing around with the Slick2D Library a bit.

Yeah, programming is advanced stuff. Requires tons of practical experience.

Link to comment
Share on other sites

Server's C++, Game launcher/updater's C#

C# is VERY OOP (Object Orientated Programming)

Looking at examples and altering them etc ftw :D

(For me, using C# with .NET for what I did was rather very simple, simpler than lots of things I did with GameMaker lol, but that's because a lot of it was just simple form stuff using the awesome Microsoft Visual C# 2008 lol)

No simple magic to do it for you though, well, except your own hard work :P

Link to comment
Share on other sites

yeah the site itself has some tuts... but I'll check this site out.... I just want to actually figure out how to properly state objects n stuff... because I can look at the code and tell what it does, but I can't create it :D kinda like Spanish... 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...