Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
/ IWBTS Public archive

A 2D platformer built with C++ and SDL by Ludwig Bäcklund and Lukas Vikström

Notifications You must be signed in to change notification settings

ludwigbacklund/IWBTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • g++ compiler
  • SDL2
  • SDL2_image

Run instructions

Open terminal and navigate to game folder.

Run the following commands:

make
make run

This should open another window consisting of the game's menuscreen

Remove compiled game files

If for any reason you would like to removed the compiled game files:

make clean

In the game directory, will remove the game's compiled (.o) files.

Error handling

./game: No such file or directory

Check that the game compiled successfully, by typing make once more.

SDL functions not found

Check that you have a proper installation of SDL2 installed.

For further information regarding installation of SDL2, click here.

IMG_LOAD function not found

Check that you have a proper installation of SDL2_image installed.

For further information regarding installation of SDL2_image, click here.

About

A 2D platformer built with C++ and SDL by Ludwig Bäcklund and Lukas Vikström

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published