OLC:BTB-Game Jam Entry
A downloadable game
Use your mad skillz to take down as many deer/moose/cow things as possible in the time limit
Status | Released |
Author | SevenSignBits |
Genre | Action |
Made with | SDL |
Tags | linux |
Code license | Unlicense |
Average session | A few seconds |
Download
Install instructions
This game relies on the SDL1.2 library. This can be found through a variety of package managers. Because my platform of choice, Ubuntu Linux, is built around the System-V ABI, I use the same in my code (the entire thing is coded in x86_64 assembly).
The assembler I use is yasm. AKAIK, this is completely compatible with nasm. To change assemblers, change the 16th line in the Makefile to 'ASM=nasm' without the single quotes.
To build the project, in your terminal, go to the main directory and type 'make all'.
This project only relies on SDL1.2 and glibc. Most standard Linux distros will come with glibc already installed. You may need to install SDL1.2 on your own.
Leave a comment
Log in with itch.io to leave a comment.