Rustymines - a reworked mine sweeping game API with front-ends

โš“ Rust    ๐Ÿ“… 2025-08-03    ๐Ÿ‘ค surdeus    ๐Ÿ‘๏ธ 10      

surdeus

Warning

This post was published 122 days ago. The information described in this article may have changed.

One 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. :partying_face:

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

Read full topic

๐Ÿท๏ธ Rust_feed