AndrewRigg / Crossword

Crossword Generator made by Steven Court
0 stars 0 forks source link

Crossword: Add periodic BCs and allow cursor to jump black squares #16

Closed Golpette closed 8 years ago

Golpette commented 8 years ago

Make it so that we can always move the cursor in any direction to the nearest textfield.

Also add periodic BCs so that if we're on an edge the cursor appears on the opposite side.

Golpette commented 8 years ago

Modified DrawCrossword.java so that arrow keys now jump black spaces to nearest textbox. Did not implement periodic BCs. Have merged to master.

Golpette commented 8 years ago

Cursor movements via arrow keys now implement periodic boundary conditions. Pushed to master.