Skip to content

StephenGrosjean/Bop_Engine

Repository files navigation

BopEngine

Simple C++ Game engine

BopEngine is a basic 2D C++ game engine based on SDL2 This is my first take at creating a 2D game engine, it still miss a lot of features and is still very basic.

Features

  • ECS
  • Collision (AABB)
  • Vectors
  • Keyboard controls
  • Sprite animation
  • Camera movement
  • Tile system
  • UI
  • Audio

Libraries used

Demo

Goal

Stay on the green tiles before the red laser kill you

Player 1 (Blue)

  • Move -> WASD

Player 2 (Orange)

  • Move -> Arrows (Up, Down, Left, Right)

About

Simple 2D C++SDL2 Game engine

Topics

Resources

License

Stars

Watchers

Forks

Contributors