jbutcher5 / Pong

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pong

This is a basic game recreating the traditional arcade game Pong to demonstrate the use of Thunder in conjunction with raylib. This game is written in C++ because this is the only languages Thunder supports.

Building

To compile pong you most complete the following:

  1. Install raylib
  2. Submodule Thunder in an initalised git project with the command git submodule add https://github.com/KJ002/Thunder
  3. Compile code with g++/clang++ with the command g++ main.cpp Thunder/include/thunder.cpp -o main -lraylib -lGL -lm -ldl -lrt -lX11 -lpthread -O3

About

License:MIT License


Languages

Language:C++ 100.0%