Rustymines - a reworked mine sweeping game API with front-ends
โ Rust ๐ 2025-08-03 ๐ค surdeus ๐๏ธ 10One of my earliest Rust projects is rustymines, which I intially wrote as a standalone console game to get familiar with the Rust language.
This weekend I thought Iโd polish it up a bit and split off the core game logic into an engine and outsource the actual command line game into a separate crate.
This split also allowed me to implement another game front-end, namely a web application, where the actual game runs server-side. This allows for the website to be entirely JavaScript-free. ![]()
The web version is still very raw and I plan to improve on user identification other than by IP address.
In case youโre interested to play it, you can try it out here.
Iโd appreciate any feedback on the game engine, its API and both the console and web game implementations.
2 posts - 2 participants
๐ท๏ธ Rust_feed