The lab
Demos
Playable Games
- Chess.
Play chess against a Rust-powered computer opponent.
- Connect Four.
The classic two-player connection game where you play against a computer opponent.
- Go.
The classic strategy board game. Play against another human or a computer opponent.
- Reversi.
A classic board game where you play against a computer opponent.
Projects
- MathItems.
A collection of definitions, theorems, and proofs.
A work in progress and highly experimental.
- Kanooth Numbers.
A portable multiple-precision library in C++.
Developed as a part of understanding multiple-precision arithmetic.
The algorithms used are described in the multiple-precision posts.
The project is no longer being maintained.
- Sudokurs.
A Sudoku solver written in Rust.
The method used is described in the blog post A Simple Sudoku Solver.
Tools