https://github.com/t-88/cubic
a 3d cube solver using oga boga ai and opengl
https://github.com/t-88/cubic
Last synced: 2 months ago
JSON representation
a 3d cube solver using oga boga ai and opengl
- Host: GitHub
- URL: https://github.com/t-88/cubic
- Owner: t-88
- License: mit
- Created: 2023-05-20T09:28:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-29T14:20:37.000Z (about 2 years ago)
- Last Synced: 2025-02-01T23:45:06.552Z (4 months ago)
- Language: C++
- Homepage:
- Size: 7.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Cubic
its a simulation for 2x2 cube for vis and making a simple ai to solve it- a 3d cubic viewer and solver
- made for practicing opengl 3d
- ai will be implemented to solve it, but first i am doing the rendering# Solvers
- basic solver: uses the ooga_booga algorthim# How to move
- operation : {key}
- R : {R} | R_inv : {E} | L : {L} | L_inv : {K}
- U : {U} | U_inv : {Y} | D : {D} | D_inv : {S}
- B : {B} | B_inv : {V} | F : {F} | F_inv : {G}# imgs


## Quick Start
```console
$ cmake .
$ make ; ./main
```