Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 354 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 354 Bytes

notagoodgame

An example project showing a simple multiplayer game.

Libraries used:

  • SDL - Windowing API
  • SDL_net - Cross-platform networking extension
  • OpenGL - Graphics API

Content

  • Multiplayer character movement + slight interpolation
  • Tileset based maps with collision
  • Map editor with a small GUI and a possibility to change tilesets