Skip to content

eatoncns/sdl-asteroids

Repository files navigation

sdl-asteroids

Repo for SDL asteroids game

Build requirements (linux/macosx):

  • SDL2
  • $BOOST_INCLUDE environment variable set to directory containing boost headers
  • $GMOCK_INCLUDE environment variable set to directory containing gmock headers
  • $GMOCK_LIB environment variable set to directory containing libgmock.a

Build and run unit tests with

./gradlew build

Run the game with

./gradlew run

About

A basic Asteroids game using SDL, developed in TDD style

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages