Žiadny popis

Loxbert Asher 3f67a02af7 Removed conflict stuff 2 dní pred
include 9e29ce1179 Merge remote-tracking branch 'origin/main' 4 dní pred
src 3f67a02af7 Removed conflict stuff 2 dní pred
.cproject 4c05707ce1 Made a lot of changes to the code factor 4 dní pred
.gitignore d77bfcd80a Removed .settings/ directory from project 2 dní pred
.project 4c05707ce1 Made a lot of changes to the code factor 4 dní pred
LICENSE 4c05707ce1 Made a lot of changes to the code factor 4 dní pred
README.md 4c05707ce1 Made a lot of changes to the code factor 4 dní pred
makefile 4c05707ce1 Made a lot of changes to the code factor 4 dní pred

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.