romz-pl / ship-game

2D game with animated sprites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple ship 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 2. The original code is available in repository.

  2. The prerequite 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 ship directory;
    • create build directory outside the cloned source directory;
    • type: cd build && cmake ../ship && make
    • in order to start the game use build/src/ship binary file.
  5. Author: Zbigniew Romanowski; e-mail: romz@wp.pl

About

2D game with animated sprites

License:MIT License


Languages

Language:C++ 99.1%Language:CMake 0.9%