matrix_game/
├── src/
│ └── matrix_game.c
│
├── AUTHORS
├── demo.png
├── LICENSE
├── Makefile
├── matrix_game
└── README.md
- Install from github:
$ git clone https://github.com/nemo256/matrix_game
$ cd matrix_game
$ make
$ make clean install
matrix_game <size_of_matrix>
- Using 5 as the size:
$ matrix_game 5
- Press R or P to either rotate the matrix or permute two values.
- Download the project:
$ git clone https://github.com/nemo256/matrix_game
$ cd matrix_game
- Now change <src/matrix_game.c> (using vim):
$ vim src/matrix_game.c
- Now just run make to compile the project:
$ make
$ make clean install
$ matrix_game 3
- Please read matrix_game/LICENSE