hanjie

Crates.iohanjie
lib.rshanjie
version0.1.2
sourcesrc
created_at2023-12-30 11:59:16.167781
updated_at2023-12-30 12:19:52.691738
descriptionA nonogram game engine using Bevy
homepage
repositoryhttps://github.com/jackwolfard/hanjie
max_upload_size
id1084153
size116,477
Jack Wolfard (JackWolfard)

documentation

https://docs.rs/bevy

README

Hanjie

Nonogram (also known as Picross) engine written in Rust using the Bevy game engine.

Getting Started

$ git clone https://github.com/JackWolfard/hanjie.git
$ cd hanjie
$ cargo run

Controls

  • Left click: toggle cell
  • Right click: cross out cell
  • Middle click (or shift + left click): mark cell
Commit count: 9

cargo fmt