pfcode / eti-pp-arkanoid

Yet another implementation of Arkanoid-like game, created on studies at Gdańsk University of Technology as an educational project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eti-pp-arkanoid

Clone of a popular 2D game "Arkanoid", made as a project for Basics of Programming on ETI (https://eti.pg.edu.pl) during the first semester in 2014.

Dependencies

To compile on Windows:

To compile on Linux (and other *nixes):

  • G++ compiler (4.9.2 tested)
  • libsdl2-devel package (or similar, depending on distro that you use)

Project structure

  • src/ - source code of the game
  • res/ - graphics and a level.txt file
  • lib/ - a place for SDL2 library distribution when using MSVC

In src/defines.h you can change a lot of parameters defining behaviour of the game, including speed parameters, position of elements, limits for amount of entities visible simultaneously, paths to resources, etc.

The res/levels.txt file, as well as other resources referenced in src/defines.h, are required for the game to run.

License

This project is distributed under the MIT license.

About

Yet another implementation of Arkanoid-like game, created on studies at Gdańsk University of Technology as an educational project.

License:MIT License


Languages

Language:C++ 92.8%Language:C 5.3%Language:CMake 1.9%