Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 300 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 300 Bytes

This project is a basic game engine featuring :

  • Game state management
  • Graphics resources management
  • Users inputs 'reader'
  • GUI (Buttons, Textbox, Labels, Pictures, Layers)
  • Basic client-side networking
  • yaml config files

Libs used :

  • SFML
  • Boost (smartPtr & functions binding)
  • yaml-cpp