0
Android Game
I have an assignment to create "Snake and Ladder" game in Android. I haven't worked very seriously in android. i have developed Snake & Ladder in C, but I don't know how to start it on Android. There is CPU opponent, about which I don't have a clue. any help would be greatly appreciated.
3 Answers
+ 1
in first step translate c classes and functions to java. it is so easy and don't need lots of changes.
then make layouts you need in your game for android. I think here is hard part.
in last step connect them together.
0
I will try to do it in Java First. but problem is CPU player. i dont know how to create one
0
can I see your c codes?
Chief.mb1976@gmail.com