Skip to content

misebox/textcuber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextCuber

Rubik's cube simulator on terminal.

References:

Requirements

Rust 2021 Edition

How to run

git https://github.com/misebox/textcuber.git

cargo run

Views

Perspective View

PerspectiveView

Net View

NetView

Moves

U key -> up
D key -> down
F key -> front
B key -> back
L key -> left
R key -> right

SHIFT + U key -> anti-up
SHIFT + D key -> anti-down
SHIFT + F key -> anti-front
SHIFT + B key -> anti-back
SHIFT + L key -> anti-left
SHIFT + R key -> anti-right

Refs about these moves:

Features to be implemented

  • X move
  • Y move
  • Z move
  • M move
  • E move
  • S move
  • Parsing the notation like "R U R' U' ..."
  • Adding more intuitive view

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published