A downloadable game

Use your mad skillz to take down as many deer/moose/cow things as possible in the time limit

StatusReleased
AuthorSevenSignBits
GenreAction
Made withSDL
Tagslinux
Code licenseUnlicense
Average sessionA few seconds

Download

Download
https://github.com/JoeyCluett/game-jam-beat-the-boredom
External

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.