Sudoku
I’m going to make a multi-player Sudoku game. I’m going to write as much of it as I can in Rust and run it on AWS Lambda, using DynamoDB as the datastore.
I want to do this for a few reasons:
- I want to write more Rust
- I have a bunch of ideas on Sudoku interfaces, inspired by IronSudoku, GoodSudoku, NY Times, and Cracking the Cryptic
- I want to make something in the open
- I want to write more
I will aim to make progress every week and share it here. I will write about the decisions I make, the code I write, and the things I learn.
You can follow along of course and you can send feedback by email.