Skip to content

makka1998/PacMan-GK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PG4401 Programming Home Exam 2020

Contributors: JonasJuvet, makka1998, BryhnBjolgerud

Start page of program

General Info

This project has been created in Clion and assumes you are using MinGw as your compiler

SDL Packages used in our program

SDL2
SDL2_TTF
SDL2_MIXER
SDL2_IMAGE

Msys Command Lines to install the SDL Packages. (Skip this step if you already have them installed)

pacman -S mingw-w64-x86_64-toolchain
pacman -S mingw-w64-x86_64-SDL2
pacman -S mingw-w64-x86_64-SDL2_ttf
pacman -S mingw-w64-x86_64-SDL2_mixer
pacman -S mingw-w64-x86_64-SDL2_image

How to get the game

After downloading these packages you can download the rar file and extract it in a folder you wish to place the project in.

After extracting right click the folder and Select Open Folder as CLion Project

When the file has opened give the IDE some time to create your Cmake-build-debug folder and then you are good to go.

About

PacMan spill i SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published