MichaelMrt / ChessPHP

Programming Chess in PHP
1 stars 0 forks source link

Building core logic structure of the project #1

Closed MichaelMrt closed 7 months ago

MichaelMrt commented 7 months ago

ToDo's left

image

MichaelMrt commented 7 months ago

I added 2 inputs to enter x position of a piece and y position of a piece that you want to move, then 2 more inputs to tell the piece where to go.

A single move works and after submitting the page will be updated

image

The other ToDo's will be done in other pr's