Skip to content

tommyj0/AIR-PONG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIR PONG

Overview

Entity Component System (ECS) game implementation with a simple pong game as an example.

Will add ToF input eventually.

Requirements

  • SFML

  • CC

  • mesa-utils

  • Linux only

Run

populate submodule ext/CSFML:

git submodule update --init

Run CMake as usual:

cmake -B build -S .
cmake --build build
./build/PONG

About

2D Game engine written using SFML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors