No Description

Loxbert Asher ab9d694f38 Formated the code into specific coding style 3 days ago
.settings ad434c9218 Switched to eclipse IDE 4 days ago
include ab9d694f38 Formated the code into specific coding style 3 days ago
src ab9d694f38 Formated the code into specific coding style 3 days ago
.cproject ad434c9218 Switched to eclipse IDE 4 days ago
.gitignore ad434c9218 Switched to eclipse IDE 4 days ago
.project ad434c9218 Switched to eclipse IDE 4 days ago
LICENSE fde0702dd2 License changed to GPL-3.0-only 1 month ago
README.md d229ef21eb Update README.md 1 month ago
makefile 85a4452104 Now make files goes through all ./src/ dir 1 month ago

README.md

blasteroids

Explanation

The game is not finished yet! You may even problems compiling it. All I can say now for sure, that it works on my machine. If you want any help open issue or mail me: loxdogs@ebloid.ru or loxdogs@internet.ru

How to build

requirements

You need linux system. Also you need allegro5 to be installed to compile and run the game. Keep in mind, that it's available everywhere. How to install allegro5 look for your linux distribution. The compilation is not portable

Code::Blocks

The project is developed with codeblocks. The project file for codeblocks is located in .config/ so you can load it up and build it. Maybe you will have troubles with finding <*.h> files. To fix this when building in codeblocks you need to go to Settings->Compiler...->Search directories and add there "../include"

Make

You can just type make It may work, may not work

How to play

You can control the ship with arrows on your keyboard. The asteroids spawn randomly across the screen.