qualiaa / CardSmack

Ludum Dare 27 - 10 Seconds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CardSmack

A game made in 72 hours for Ludum Dare 27.

Theme: 10 Seconds

Entry Page

Requirements

Binaries

Build

Requires cmake and a modern C++ compiler.

git clone git@github.com:qualiaa/CardSmack.git
cd CardSmack
git submodule init
git submodule update
mkdir build
cd build
cmake ..
make

Note: Cannot build with Visual Studio, use MinGW

Credits

Programming - Jamie Bayne

Graphics - Ed Horsey (@SalamiChild)

About

Ludum Dare 27 - 10 Seconds

License:GNU Lesser General Public License v3.0


Languages

Language:CMake 79.5%Language:C++ 20.5%