Skip to content

ryonagana/candyworld

Repository files navigation

Project Candy World

A Simple Platform game using C11 and SDL2 - no more details cause still indev

This project needs SDL 2 and you need also:

SDL2_ttf SDL2_mixer SDL2_image Lua 5.3+ Physfs

Installing Packages

Archlinux:
$ sudo pacman -Syu SDL2 SDL2_mixer SDL2_ttf SDL2_image physfs lua5.3
Debian / Ubuntu
$ sudo apt-get install SDL2-dev SDL2_mixer-dev SDL2_ttf-dev SDL2_image-dev physfs-dev lua5.3-dev
Fedora
$ sudo dnf install SDL2-devel SDL2_mixer-devel SDL2_ttf-devel SDL2_image-devel physfs-devel lua5.3-devel
OpenSUSE
$ sudo zypper in SDL2-devel SDL2_mixer-devel SDL2_ttf-devel SDL2_image-devel physfs-devel lua5.3-devel

Development:

Opening the project file needs Qt Creator installed but if you just want to build the game, you just need qmake-qt5 installed for generating the Makefile (No Qt Dependencies)

Installing QT Creator
Debian
$ sudo apt-get install qtcreator qmake-qt5 
Arch Linux
$ sudo pacman -Syu qtcreator qmake-qt5 
Fedora
$ sudo dnf install qtcreator qmake-qt5 
OpenSUSE
$ sudo zypper in qtcreator qmake-qt5 
Build with QMake
$ qmake-qt5 candy2.pro
$ make -j16

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages