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

crowdigit/BitShoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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