L&T Technology Services Mini-Project (GENESIS_AUGUST_2021)
The Rubik's Cube is a 3-D combination puzzle invented in 1974 by Hungarian sculptor and professor of architecture Ernő Rubik. Originally called the Magic Cube, the puzzle was licensed by Rubik to be sold by Ideal Toy Corp. in 1980 via businessman Tibor Laczi and Seven Towns founder Tom Kremer. Rubik's Cube won the 1980 German Game of the Year special award for Best Puzzle. As of January 2009, 350 million cubes had been sold worldwide, making it the world's bestselling puzzle game and bestselling toy.
- In this project, the user is able to provide colors present in the rubik's cube as input.
- Based on the color information(input) provided by the user, a small check is done on whether the colors provided is valid or invalid.
- If all the colors provided by the user is valid then the steps involved to solve the rubik's cube will be displayed using which the rubik's cube can be solved accordingly to the algorithm.
Build | Static Code Analysis | Dynamic Code Analysis | Code Quality | Unity | Git Inspector |
---|---|---|---|---|---|
make all
make run
The colors are given in a string to setRubixCubeAtOnce function
make dev
For normal mode input the colors as asked.
For dev mode, edit the string of setRubixCubeAtOnce function as follows:
- The axis is shown below
- Each piece is considered as a node.
- There are total of 26 nodes.
- Input starts from Front Top Left corner(0,0,0).
- Input ends at the Back Bottom Right corner(2,2,2).
- i.e (0,0,0), (0,0,1) ... (0,2,2), (1,0,0) ... (1,2,2), (2,0, 0)...(2,2,2)
- For Front and Back layer nodes( i = 0 and i = 2 ), at each node enter the facing colour, then the up/bottom colour( depending on position of node ), and finally the left/right colour.
- For middle layer ( i = 1 ), enter the up/bottom colour, then the left/right colour.
make doc
make test
make coverage
make dynamic
make static
make clean
Folder | Description |
---|---|
1_Requirements | Documents detailing requirements and research |
2_Architecture | Folders regarding design details |
3_Implementation | Complete code and documentation |
4_TestPlanAndOutput | Documents with test plan and procedure |
5_Report | Project Report |
6_ImagesAndVideos | Project output and videos |
7_Others | Daily stand up report |
PS No. | Name | Issues raised | Issues resolved | Individual Features |
---|---|---|---|---|
99005677 | Nikhil Nevin Vas | 1 | 0 | 2 source files, design and High level testing |
99005655 | Vinay B C | 0 | 1 | Requirements and Implementation |
99005642 | N Namratha Reddy | 0 | 1 | Design, Implementation and Documentation |
99005698 | Sampanna T | 3 | 2 | test plans and implementation |
99005639 | Harshitha M S | 0 | 1 | Design, Implementation |
99005686 | Hamsa G | 1 | 0 | Design, Implementation and Documentation |
99005675 | Shruthi Suresh | 1 | 1 | Design, Implementation and Documentation |
99005696 | Dibyanshu Gupta | |||
99005697 | Chandippa Sai Ram | 0 | 1 | Requirements,Implementation and Documentation |
99005692 | Kausikaa B | 2 | 1 | Design,Implementation and documentation |
99005643 | Uttam R | Requirements, Implementation and documentation |
- Few members of our team were unaware of solving the rubix's cube.
- Time constraints was hard to manage. But later completed the project in time with effective planning and time management.