Basic Application Request (Will pay $20) C#

Started by
6 comments, last by jbadams 12 years, 11 months ago
[color=#1C2837][size=2]I will pay $20 to the user that does this, if they trust me enough to look @ the source code and make sure it works, and is editable.


This is a C# application!!
This is a C# application!!
This is a C# application!!


I haven't done much with C# yet, or any of the C / Q languages, i have some practice in Java though.

My problem with design is, i need a base to start from.

What i was wondering is, can anybody create a form Server/Client That only does this for me... because i cannot figure it out, but once i get the code, i will be able to build off of it.

Documentation!
Basic Chat Server.
Command Handler - (!) is the syntax.. make it so if i say !help it says "help command"
and last, but most certainly not least.
Player Organized variables.

I would more then likely love health.

Meaning it shows a label with health on the top right... with health being a server-sided variable.

Meaning, Jimmy can have 10 hp, and bob can have 8... and it's stored server-side.

Once again i will be willing to pay $20 if it works correctly, after i have viewed the source code and made sure it does what i want to do.
Advertisement
This isn't some sort of homework assignment, is it?

Also, how do you expect to do more advanced things if you don't have a decent grasp of the basics of the language? From what I've seen, Lidgren is about as basic as it gets for networking:

http://code.google.com/p/lidgren-network-gen3/wiki/Basics

This isn't some sort of homework assignment, is it?

Also, how do you expect to do more advanced things if you don't have a decent grasp of the basics of the language? From what I've seen, Lidgren is about as basic as it gets for networking:

http://code.google.c...en3/wiki/Basics


No, this is not a home-work assignment, im not in any programming classes, the ones in the school, are so basic it's not even funny, with the only language available being C++....

all you learn in that class is the basics of the if() while() and cout<< cin>> methods.

Me and my friend hve always wanted to start on a game development, but we have had nowhere to begin, and we don't want to use an engine, because they are a pain.

I learn from reading others code, and editing it, that is why i was asking, i have searched all over the internet and could not find anything.

[quote name='Moe' timestamp='1304206628' post='4804876']
This isn't some sort of homework assignment, is it?

Also, how do you expect to do more advanced things if you don't have a decent grasp of the basics of the language? From what I've seen, Lidgren is about as basic as it gets for networking:

http://code.google.c...en3/wiki/Basics


No, this is not a home-work assignment, im not in any programming classes, the ones in the school, are so basic it's not even funny, with the only language available being C++....

all you learn in that class is the basics of the if() while() and cout<< cin>> methods.

Me and my friend hve always wanted to start on a game development, but we have had nowhere to begin, and we don't want to use an engine, because they are a pain.

I learn from reading others code, and editing it, that is why i was asking, i have searched all over the internet and could not find anything.
[/quote]


as for the link you provided, it is a basic chat server/client, which i have already,, and it uses hash maps to store the users, but i have no idea how to make it load a integer for that exact player/person

On an unrelated note, $20 doesn't go as far as it used to.

On an unrelated note, $20 doesn't go as far as it used to.


On a related note, at least i'm giving you something, and not telling you to get off your dad's cock and make me a program.

OT: help for the innocent programmer? ^.^

[quote name='Antheus' timestamp='1304214868' post='4804913']
On an unrelated note, $20 doesn't go as far as it used to.


On a related note, at least i'm giving you something, and not telling you to get off your dad's cock and make me a program.

OT: help for the innocent programmer? ^.^
[/quote]

wow
[size="1"]
This is not an appropriate request for this forum, and your behaviour is becoming unacceptable.


It's also generally agreed upon that reading code produced by others is not an effective method of learning without a lot of supplemental material, and it's quite clear that rather than trying to learn you're trying to get someone to do part of your project for you. If you really want to learn you need to practice writing code by yourself, referring to reference materials and tutorials where needed -- you could perhaps consider investing in a book that covers subjects you're interested in learning and working through that.


If you're interested in having someone do work for you then that's fine as well, but you should not fool yourself or others by calling it a learning exercise.
On GDNet the appropriate place to request someone do work for you is our Help Wanted forum, where topics must follow a specific format as outlined in the ** READ BEFORE POSTING ** topic you'll find pinned in that forum. Given the nature of your particular request this time around you may however be better off looking for a service such as Rent-A-Coder, where you can advertise a job to be done and people can bid on doing the work.


Lastly, your language has become inappropriate, and we do not tolerate hostile behaviour on these forums.



[color="#1C2837"]all you learn in that class is the basics of the if() while() and cout<< cin>> methods.

Me and my friend hve always wanted to start on a game development, but we have had nowhere to begin, and we don't want to use an engine, because they are a pain.
[/quote]
The place to start would be with the basics of if(), while() and cout methods, and if using an engine is "a pain" you clearly have not learned the basics of programming properly; a skilled programmer (or even someone simply on the way to becoming one) should find using an engine to be easier and less of a pain than writing everything from scratch, and would only do the latter if they a) had a special need to do so, such as a target platform for which no suitable engine existed, or b) were doing it for the learning experience and/or challenge.


Topic closed.

- Jason Astle-Adams

This topic is closed to new replies.

Advertisement