Everything tagged #rust.
-
Hello, World!
As a first step to making my Sudoku game Iβve written a very simple Rust βHello, Worldβ that runs on Lambda. My plan is to expand this code into a noughts-and-crosses game before tackling Sudoku.
-
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.