.
├── app
│ ├── assets
│ │ └── *
│ ├── game.py
│ ├── start.py
│ └── utils.py
├── docs
│ └── COMMANDS.md
├── driver
│ ├── char
│ │ ├── dummy.c
│ │ └── Makefile
│ └── pci
│ ├── de2i-150.c
│ └── Makefile
├── include
│ ├── display.h
│ └── ioctl_cmds.h
├── mapping
│ └── *
├── .gitignore
├── README.md
└── setup.sh
Just open up a terminal and run the below command:
sh setup.sh
Then you're ready to go, have fun! 😁