Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 3.23 KB

README.md

File metadata and controls

20 lines (19 loc) · 3.23 KB

Shooting-Game (Ball Sacker) Build Status

C++ Gitter MIT license
KWoC 2018

Basic top down 2D shooter game in C++ and OpenCV
screenshot

Ubuntu

Setup

  1. sudo apt install libopencv-dev
  2. git clone https://github.com/arnav-t/Shooting-Game.git

Compiling and running

  1. cd Shooting-Game
  2. make
  3. ./ShootingGame

Windows

  1. Install Ubuntu. 😅
  2. See above.

Communication

Gitter