pharo-chess

Description

Chess in Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
April 2, 2025
Updated
April 26, 2025

README excerpt

# Pharo Chess
Features:
- GUI
- Universal Chess Interface implementation with [OSSubprocess](https://github.com/pharo-contributions/OSSubprocess)
- Stockfish engine using UCI
- Making GIFs of games in PGN notation

## Installation

```st
Metacello new
  repository: 'github://Gabriel-Darbord/pharo-chess:main/src';
  baseline: 'Chess';
  onConflictUseLoaded;
  load
```
← Back to results