FissoreD / CryptatorApp

ReactNative App for Cryptator game
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Finish gameplay #2

Open mpelleau opened 2 years ago

mpelleau commented 2 years ago
FissoreD commented 2 years ago

About the point: decide order in the gameplay (first letter then number or number then letter or both) in my sudoku app, I have both possibilities:

  1. if I do a long click on the number, the number passes in "focused" mode and then any cell of the sudoku that will be "clicked", will be filled with the selected number. (the go in the normal mode I click on the "focused" number)
  2. Otherwise, I have to select before a cell (it passes in "focused mode"), and then I click the number to make the affectation
mpelleau commented 2 years ago

In a sudoku several cells can have the same value here in the regular mode, only one letter can have the same value...

FissoreD commented 2 years ago

Ok, because I was thinking about the extend mode of the cryptator which allow also repetitions, are we going to implement this option ?