Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 362 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 362 Bytes

BitShoot

This is a game made of assembly language (via intel x86, NASM) with SDL2 and OpenGL

This can be comiled and running on Ubuntu 16.04 64bit. (Not tested on the other platforms)

Requirement

gcc
nasm
libsdl2-dev

Installation

git clone https://github.com/6Jlacnk/BitShoot
cd BitShoot
make all

Excute

make run