Skip to content

rishisek/cinder-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ikaruga

A light-weight clone of the bullet hell shooter game.

screenshot of game

Table of Contents

Dependencies

Ubuntu

 $ sudo apt-get install gcc cmake

MacOS

$ brew install gcc cmake

Windows

Project Setup

Linux

$ git clone https://github.com/uiuc-sp21-cs126/final-project-rishisek-illinois.git
$ mkdir build
$ cd build/
$ cmake ..
$ make
$ ./ikaruga

Windows

> git clone https://github.com/uiuc-sp21-cs126/final-project-rishisek-illinois.git
> mkdir build
> cd build
> cmake ..
> cmake --build .
> .\ikaruga

Controls

Player Movement

Key Action
W Up
A Left
S Down
D Right

Bullet Action

Key Action
ENTER RETURN Fire a bullet
RSHIFT Switch bullet type
LEFT Tilt aim left
RIGHT Tilt aim right

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •