Skip to content

Play around with this C++ project for fun (TODO: Under Construction)

Notifications You must be signed in to change notification settings

nxu96/thanksgiving-party

 
 

Repository files navigation

Thanksgiving Party

Thanksgiving Party is a game in the style of Wolfenstein 3D where you fight turkeys that are really angry.

On the main menu, you can choose between three levels of difficulty (Easy, Normal, Hard) which influences the speed and damage of turkeys. You can also manage the sounds volume chosing between None, Low and Normal. Finally, click on Help will show keyboards controls.

Kill all the turkeys to win, at the end, a leaderboard will save your result if you killed all the turkeys in a short time. In game, you'll encounter closed doors, so you'll have to find keys to open these. You'll lose if you waste all of your health points.

Made in C++ using SDL2

libs required : - libsdl2-2.0-0 - libsdl2-ttf-2.0-0 - libsdl2-mixer-2.0-0

Wall textures and flowers made by BDCraft ( https://bdcraft.net )

alt text

Install

sudo apt-get install -y libsdl2-dev git
sudo apt-get install libsdl2-mixer-dev
sudo apt-get install libsdl2-ttf-dev
make

Development Environment

Ubuntu 18.04.4 LTS (Bionic Beaver)

About

Play around with this C++ project for fun (TODO: Under Construction)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Makefile 1.0%