mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 06:35:41 +01:00
22 lines
877 B
Markdown
22 lines
877 B
Markdown
---
|
||
title: Playing Chess in PostScript
|
||
emoji: ♟️
|
||
date: "2024-10-02T05:20:01Z"
|
||
bookmarkOf: https://seriot.ch/projects/pschess.html
|
||
references:
|
||
bookmark:
|
||
url: https://seriot.ch/projects/pschess.html
|
||
type: entry
|
||
name: A Chess Engine in PostScript
|
||
summary: Here is a quick overview about the making and inner working of PSChess.
|
||
tags:
|
||
- creativity
|
||
- curious
|
||
- tech
|
||
- why-not
|
||
---
|
||
A curious person implements a chess program in an unlikely place: on your printer.
|
||
|
||
I’m always slightly blown away by people who build something because they want to explore and “why not”, rather than for any particular utility. This project is no exception!
|
||
|
||
It’s been a while since I files this link away for future me to read, and I now conveniently have a printer to be able to try it on, so I’ll definitely be reading the follow up post and trying it out if I can!
|