Skip to content

Commit 7dd23c1

Browse files
authored
Add link to demo
1 parent 5088fc7 commit 7dd23c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Lambda Chess!
22
A playable game of chess and an AI opponent written in untyped lambda calculus... and it's a quine.
33

4+
[Here is a demo](https://youtu.be/DC-bjR6WeaM?t=39m7s) of it in action from a talk about how to write quines and other useless programs.
5+
46
**Note:** the bottom part of the code—which is written in "normal" `Ruby`—just handles re-rendering the program and IO. The actual rules of chess and the AI are entirely done in untyped lambda syntax using `->` lambdas. Also, the expanded version in this repo is a little out of date and contains some bugs which were fixed later.
57

68
1. First look at the program:

0 commit comments

Comments
 (0)