Chef Cocomo 's Chess Bord Game banner

Chef Cocomo 's Chess Bord Game

3 devlogs
8h 33m 7s

A chess Board

Demo Repository

Loading README...

i243137

Latest Enhancements (Post v1.0.0)

  • Piece movement logic: Select a piece with left click, move it with right click to a valid square.
  • Enhanced hover effect: Selected piece is highlighted in green, possible moves outlined for better user experience.

Gameplay Instructions

  • Use the mouse to interact with the chessboard.
  • Left click to select a piece (highlighted in green).
  • Right click on a valid square to move the selected piece.
  • Menu navigation is available via mouse and keyboard.
Attachment
Attachment
0
i243137

I worked on coding the logic to spawn chess pieces on the board and also got control on every square of chess and implemented hover effects for chess squares, and improved the structure and resource management of the game code.

Attachment
Attachment
1

Comments

Kajmix
Kajmix 2 months ago

I am really impresed with your design.
Do you use any game engine for that, python, or something else?

i243137

Features Implemented

  • Main menu with three buttons: New Game, Options, Exit
  • Button hover effect and keyboard navigation
  • SFML-based graphical interface
  • Resource management for textures and fonts
  • Screen switching between main menu and game board
  • Basic board rendering (Screen2)
  • Optimized resource loading (no global SFML objects)
  • Stable exit without crashes

Known Limitations

  • Chess logic and gameplay not yet implemented
  • Options and Exit buttons are placeholders
  • No sound or advanced animations
Attachment
0