Search found 9 matches

by saluege
Sat Apr 28, 2012 8:46 pm
Forum: Programming Discussion
Topic: SDL and OpenGL game, what still to use in SDL.
Replies: 8
Views: 2299

Re: SDL and OpenGL game, what still to use in SDL.

wow. is gyrovorbis still working on this game? haven't been on this forum for prob a few years : |. Anyways it really depends on what platform you want to develop for. If you are interested in cross platform capabilities, then you use sdl to handle everything except graphics which opengl handles. Bu...
by saluege
Wed Jul 14, 2010 8:48 pm
Forum: Game Development
Topic: Need advice on Game Programming.
Replies: 10
Views: 1702

Re: Need advice on Game Programming.

anyways ty for all ur help.
# very helpful and friendly forum.
atm am using Wings3d as my modelling software and xna as my api. might move on to opengl.
by saluege
Wed Jul 14, 2010 8:36 pm
Forum: Game Development
Topic: Need advice on Game Programming.
Replies: 10
Views: 1702

Re: Need advice on Game Programming.

I don't mean to be rude or anything... But if you have experience with C# and XNA, and are asking about what graphics lib to use... then are you sure you have any experience with XNA? I'd assume that you'd know it's an option if you have experience with it... am asking because i had problems sendin...
by saluege
Tue Jul 13, 2010 9:47 pm
Forum: Game Development
Topic: Need advice on Game Programming.
Replies: 10
Views: 1702

Need advice on Game Programming.

Its finally time for me to start coding a game but am unsure about other aspects of game development. :mrgreen: I am confidence that i can code in c# to a point where i can make my own game. :) my experiences are: XNA game studio C# socket programming packet cracking database programming + am still ...
by saluege
Thu May 13, 2010 3:28 pm
Forum: Programming Discussion
Topic: An Introduction to Programming, For beginners
Replies: 54
Views: 19044

Re: An Introduction to Programming, For beginners

how do i join the coders of rage. :worship:
by saluege
Thu May 13, 2010 12:25 pm
Forum: Programming Discussion
Topic: Encrypting 8-bit ASCII in XOR
Replies: 10
Views: 1570

Re: Encrypting 8-bit ASCII in XOR

eatcomics wrote:You did that, and I think you had a bit that was shifted or something... IDK I may have just made a mistake but it still is a pretty good tutorial :D I hope to see more
ty dude
by saluege
Wed May 12, 2010 6:33 pm
Forum: Programming Discussion
Topic: Encrypting 8-bit ASCII in XOR
Replies: 10
Views: 1570

Re: Encrypting 8-bit ASCII in XOR

... Um... Wow... Thanks, I guess? but uh, I guess its a good tutorial, but uh, you might wanna 1.) get some of your facts straight (this actually wasn't too bad but there were a couple of instances) 2.) Don't be so narcissistic in your tutorials, it sounded to me you were trying to make it so you l...
by saluege
Wed May 12, 2010 10:54 am
Forum: Programming Discussion
Topic: Encrypting 8-bit ASCII in XOR
Replies: 10
Views: 1570

Re: Encrypting 8-bit ASCII in XOR

k buddy will make it more reader friendly.soz about my spelling . english isnt my native language. but anyways will explain ASCII fully some other time. atm am coding. :mrgreen:
by saluege
Wed May 12, 2010 9:23 am
Forum: Programming Discussion
Topic: Encrypting 8-bit ASCII in XOR
Replies: 10
Views: 1570

Encrypting 8-bit ASCII in XOR

This is for people who do not no anything about encryption so if u do no then there is no point in reading this. and no flaming plz.whew that's over now for the tutorial. Encryption is a technique used to conseal data that is being sent from client to server. <--am using client/server example cause ...