romz-pl / asteroids-game

The classic game Asteroids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The clasic Asteroids game

  1. The implematation is in C++ and it is based on the source code provided in the Sanjay Madhav's book "Game Programming in C++", chapter 3. The original code is available in repository.

  2. The prerequisite for building is installed SDL2 library and SDL2_image library.

  3. The project uses cmake configuration files, and hence is platform independent.

  4. In order to build the project make the following steps:

    • clon this git repository into asteroids directory;
    • create build directory outside the cloned source directory;
    • type: cd build && cmake ../asteroids && make
    • in order to start the game use build/src/asteroids binary file.
  5. Author: Zbigniew Romanowski; e-mail: romz@wp.pl

About

The classic game Asteroids

License:MIT License


Languages

Language:C++ 99.0%Language:CMake 1.0%