$ sudo apt-get install gcc cmake
$ brew install gcc cmake
$ git clone https://github.com/uiuc-sp21-cs126/final-project-rishisek-illinois.git
$ mkdir build
$ cd build/
$ cmake ..
$ make
$ ./ikaruga
> git clone https://github.com/uiuc-sp21-cs126/final-project-rishisek-illinois.git
> mkdir build
> cd build
> cmake ..
> cmake --build .
> .\ikaruga
| Key | Action |
|---|---|
W |
Up |
A |
Left |
S |
Down |
D |
Right |
| Key | Action |
|---|---|
ENTER RETURN |
Fire a bullet |
RSHIFT |
Switch bullet type |
LEFT |
Tilt aim left |
RIGHT |
Tilt aim right |
