Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 841 Bytes

README.md

File metadata and controls

50 lines (33 loc) · 841 Bytes

rubik-cube

a rubik's cube game

Document

document access here

deploy

nginx:

    server {
        listen       80;
        server_name  localhost;

        ...

        ...


        location /rubik/ { # 末尾必须要有/
            alias   <项目路径>/rubik-cube/; # 末尾必须要有/
            autoindex on;
        }

Demo

address : rubik-cube

image

Plan

  • 页面交互
  • 两阶段算法翻译调整
  • CFOP
  • 层先法

Reference