- Home /
Question is off-topic or not relevant
Make a game in C#
So I have no idea how to use C#, I'm in a class that is focusing on javascript. I need to make a simple game for a project (which we are allowed to ask for help seeing as we are a java class lol). What I want to do is a basic version of a game similar to the "Temple Run", in which a player is constantly running forward, and you need to make the character turn left/right as well as jump/slide. Would anyone be willing to help me out on this project? It would mean A LOT! I have Visual Studio 11 Beta right now, so I'm hoping that is a good C# builder.
Thanks!
That's a very general question, what do you need to know?
Take a look at the FAQs
UnityAnswers is a place for questions that can be answered! Avoid asking questions here that are subjective, argumentative, or require extended discussion.
Unity Forums is a place for discussions, opinions, showing off your work, getting feedback, and general community chatter.
You just search for a programmer to work for / with you. This type of question isn't helpful to anyone else on this site. This is a knowledge-database and not a forum.
If you're searching for people that gives you personal help, try the Collaboration forum
> java uses function, c* uses void
That's completely wrong. C# doesn't have an equivalent to the function keyword at all. Void is the return type. It doesn't have to be void, it can be any type. In JS, the return type is optional, because it can be inferred from the code, but you can explicitly specify void if the function returns void, if you want. Also, Unity doesn't use Java, and Java is not an abbreviation of Javascript, it's a completely different language.
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Catch Game like Kaboom from Atari - Help Please! 0 Answers
Programming language C# learning resource 2 Answers
Need help in typing project 0 Answers