I want to write a simple game like pacman in C# in order to learn
the new language.
However, I don’t know how to make a circle move?
Which part of knowledge in C# is needed?
I want to write a simple game like pacman in C# in order to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You should check out XNA Game Studio from Microsoft. It’s a version of Visual Studio that’s targetted especially for writing games. You use C# but get a lot of things for free – graphics, sound, timing…
Here’s a tutorial for making a ball move in XNA.