Skip to content

Fix board asset path so frontend build succeeds#11

Open
mgierschdev wants to merge 1 commit intomainfrom
codex/evaluate-end-to-end-game-playability
Open

Fix board asset path so frontend build succeeds#11
mgierschdev wants to merge 1 commit intomainfrom
codex/evaluate-end-to-end-game-playability

Conversation

@mgierschdev
Copy link
Copy Markdown
Owner

Summary

  • Reference chessboard image from public root and ensure filename case matches
  • Rename Board.svg to board.svg

Testing

  • npm test
  • npm run build
  • ./gradlew build
  • curl -s http://localhost:8080/startGame | jq '.content'
  • curl -s -X POST http://localhost:8080/move -H 'Content-Type: application/json' -d '{"source":{"row":6,"col":0},"target":{"row":5,"col":0}}' | jq '.message'

https://chatgpt.com/codex/tasks/task_e_68a1ba24132c832985fffeb739a4b5a7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant