Is it possible to create a game like checkers with GS ??
![kkchong](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
i am reopening this thread previously created by aalzanki. Now with tables and arrays made available for Gamesalad, has anyone attempted to make checkers or chinese checkers with Gamesalad? care to share some insights how to do it?
i have created the board, make the actors ( click to highlight one set of the checkerpiece on and off,, and to move to where the touch points at,,, also created table and arrays for positions x,y for all the points on the board,,, but got stuck here, how to move on?
@aalzanki, @synthesis, @design219, (the link you provided cant open) @jhaas.... any advice ?
i have created the board, make the actors ( click to highlight one set of the checkerpiece on and off,, and to move to where the touch points at,,, also created table and arrays for positions x,y for all the points on the board,,, but got stuck here, how to move on?
@aalzanki, @synthesis, @design219, (the link you provided cant open) @jhaas.... any advice ?
Best Answers
-
EatingMyHat Posts: 1,246
when clicked on an actor, figure out where he can go based on the game rules, check if those locations are available and what is in his path.
Checkers can be a fun project with w/tables.
Cheers,
GR -
LeonardDeveloper Posts: 4,630
With tables yes, but it could get quite complicated like chess, It could be very complicated in fact -
EatingMyHat Posts: 1,246
doing a PvP chess game is possible, but I can't even start thinking about doing a PvCPU one with GS (unless it will be very basic, almost random). -
theCodeMonsters Posts: 359
Yes, it's very possible but as previously stated. Setting up the Rules of checkers is a little complex. -
Braydon_SFX Posts: 9,273
@kkchong - PVP = Player vs Player. You could play against your friend...
PVCPU = playing against a computer.My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
Answers
what is pvp chess vs pvcpu chess @eatingmyhat ?
every little suggestion will help me move one step further,, tks
kk
kk