Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - faile486

Pages: 1
1
I'm making a sudoku game, and each cell on the grid is a unique actor. There's a behavior attached that handles player input. I'm trying to create a 'check solution' button, and I need to be able to access the input attribute for each cell. I can't find a way to access anything but 'last created', 'last collided', and 'self'.


2
Ask a Question / [SOLVED} Looking for Solution to Sodoku Problem
« on: April 04, 2017, 04:25:12 pm »
I'm trying to create a Sodoku game, and I'm running into an issue with programming the solutions.

If I were programming this in another language, I'd make each block a variable and set each variable to the user input. The solution would be an array.

I'm having a hard time coming up with a way to do this in Stencyl.

Right now, each block of the Sodoku grid is an actor, with an attached behavior for user input and a blinking cursor.

Any help would be greatly appreciated!

Pages: 1