I am developing a game and I need a level generator. The game is a math puzzle where user must choose missing digits to complete the formula. It is like sudoku but a bit different (see the screenshots).

The generator must generate a valid level of a given complexity (grid dimension, digits range), the results must be something we can use in our game engine, like JSON or other format.

The code must be in python.

Complexity: there will be three levels of complexity, the difference is a grid size and numbers range. Simple levels should operate numbers in range of 1 to 30 and have a smaller grid, the more complex levels will have size of 10×10 or 15×15.

I am open to any suggestions how to change the conditions to make algorithm simplier.

In the end I will need to generate about 300 levels of each complexity level

If there will be no easy solution to this level generator, then we can try to use different logic like predefined grids or something like that.

The budget for the project is low, need to make MVP fast. If project metrics is good we will continue to build similar games.

Posted On: March 20, 2024 21:26 UTC
Category: Video Game Development
Skills:Python, Game Development, Game Design

Country: United Arab Emirates

click to apply

Powered by WPeMatico