#boxes #dots #game #classic #implemented #pen #paper

nightly app dots-and-boxes

Dots and Boxes classic pen and paper game implemented in sdl2-rust

1 unstable release

0.1.0 Jun 6, 2022

#586 in Games

MIT license

40KB
829 lines

dots-and-boxes

This piece of software aims to be a very simple, but correct, implementation of Dots and Boxes, a simple paper-and-pencil game.

I did it using The Rust Programming Language, SDL2 library and rust-sdl2, which implements safe bindings of SDL2.

TODO

There's lots of things to do. I don't even know exactly what to do next. But I'll try.

  • Convert workarounds in correctly written and well reasoned lines of code
  • Add a CLI interface to change game settings, which are hardcoded now
  • Decouple game and graphics implementations, without having to do workarounds
  • Find more things to do

License

Licensed under the MIT license.

Dependencies

~16MB
~357K SLoC