phoemur / simple_pool

This is a 2D pool / billiards game with C++ / SDL2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Pool

Build Status

This is a simple 2D billiards game made with C++ and SDL2

Requirements

  • C++14

  • SDL2

  • SDL2_image

  • SDL2_ttf

  • SDL2_mixer

Build and Run

mkdir -p build
cd build
cmake ..
make
cd ..
./simple_pool

About

This is a 2D pool / billiards game with C++ / SDL2

License:The Unlicense


Languages

Language:C++ 74.5%Language:CMake 25.5%