I am creating a game in python where you grab the 1's in a 10x10 matrix using the letter A
, by navigating it up, down left and right.
Now I want to generate a random initial matrix. I am having trouble generating 10 1's in a random position in a 20x10 matrix while also generating the A
in a random position, but not in the same position of any 1's.
How to that?
It's like this:
- - - - - - 1 - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - 1 - - - -
- - 1 - - - - - - - - 1 - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - 1 - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - 1 - - - - -
- - - - - - 1 - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - 1 - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - 1 - - - -
- - - - - - - - - A - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - - - - - 1 - - - - - - - 1 - - - - -
Aucun commentaire:
Enregistrer un commentaire