Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 406 Bytes

Multiplayer Platformer game written in C++

Demo

DEMO GIF

Networking

  • Socket-based server implemented using ASIO

GUI

  • Game app with 2D Graphics developed using SFML library

Platform independence

  • Full Unix/Windows compatibility achieved with CMake building tool