Skip to content

Latest commit

 

History

107 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whoops

my reimplementation of a unique game that I like a lot, 0h n0.

Crates in this project

  • whoops-core - provides all core types and traits: grids, tile, position, offset, etc.
  • whoops-solver - provides generic solver and generic rule-based solver for generic grids.
  • whoops-generator - provides generic grid generator as well as a generator implementation based on an RNG which also uses a solver to generate only valid grids. also provides traits for grid generators.
  • whoops-frontend - provides a playable program

Installation

cargo install --git https://github.com/netfri25/whoops

Usage

simply run

whoops
key action
s next hint
c complete grid
u undo
shift+u redo
3..9 generate a new NxN grid
0 generate a 10x10 grid
left click cycle to next tile
right click cycle to previous tile

About

my reimplementation of https://0hn0.com

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages