Skip to content

yram171/Cheesse

 
 

Cheesse

Cheesse is a simple yet fully functional chess game built for the SOFTENG 310 project based graphicaly on CHEESE!!! It follows the official rules of chess and allows:

  • Single-player mode against bots of varying difficulty (planned)
  • A web-hosted user interface with interactive visuals

What does this project do?

Cheesse provides a fully interactive chess experience with a graphical web interface based on cheese. Players can enjoy classic chess matches either locally against friends or against computer-controlled opponents (Plan for the future). The game enforces all the rules of chess, including special moves like castling, en passant, and pawn promotion.


Why is this project useful?

  • A fun and educational way to learn and practice chess.
  • Helps beginners understand legal moves and chess strategies.
  • Provides a structured codebase for learning about game logic, AI, and front-end web development.

Getting Started

Prerequisites

Make sure you have the following installed on your system:

  • Node.js (v16 or later)
  • npm (comes with Node.js)
  • If you don't have: node.js go here to get it.

Installation

Make sure to run the below code after forking and cloning the repository

cd frontend
npm install

Running the Project

Start the development server:

npm start

A link should open automatically on your browser. If it doesn't go to: here

Testing

Run automated tests with:

npm test

Feature Roadmap

Feature Description Release
Chessboard UI Basic GUI with chessboard and piece graphics A1
Game logic Implements official chess rules and piece movement A1
Legal move enforcement Only legal moves are allowed A1
Turn-based system Alternating turns between players A1
Capturing & scoring Capture pieces and calculate scores A1
Check & checkmate detection Detects check and checkmate states A1
Special rules Castling, en passant, pawn promotion A1
Move history Tracks moves with option to restart game A1
Game end detection Handles checkmate, stalemate, resignation A1
Local PvP gameplay Two-player mode on same machine A1
Single-player with AI Play against bots of varying difficulty A2 (planned)
Enhanced visuals Improved graphics and animations A2 (planned)
Online multiplayer Play against others online A2 (stretch goal)

A1 Release (Complete)

  • Core chess game logic
  • Local two-player mode
  • Basic graphical user interface

A2 Release (Planned)

  • Single-player gameplay against AI (Varying difficulty: Easy, Medium, Hard)
  • Enhanced animations and visuals
  • Potential online multiplayer (stretch goal)

Acknowledgements

Major Contributers for this project:

  • David
  • Macy
  • May
  • Nathan
  • Taewon
  • Yash

Getting Help

If you need help installing or using the library, please check React Setup

If you've instead found a bug in the library or would like new features added, please refer to our Contributing Guidelines

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 72.6%
  • CSS 24.1%
  • JavaScript 2.1%
  • HTML 1.2%