Skip to content

Bernini0/project_sdl_1211

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Game based on Cuphead using SDL

This is a simple 2d sidescroller/bullet hell developed using SDL and other simple libraries, developed for only linux as of now.

Library pre-requisites

For Debian and Debian based distributions:

  • build-essential
  • libsdl2-dev
  • libsdl2-image-dev
  • libsdl2-ttf-dev
  • libsdl2-mixer-dev Or equivalent packages for other distributions

Running the program

Simply use the command make all after navigating to or opening a terminal in the directory where the game is. Alternatively use g++ src/*.cpp -w -lSDL2 -lSDL2_image -lSDL2_ttf -lSDL2_mixer in the game directory.

We hope you enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • Makefile 0.2%