Ei kuvausta

loxdogs ab50a84a0a Update README.md 1 kuukausi sitten
include f86cbb1294 Doxygen compatibale comments 1 kuukausi sitten
src f86cbb1294 Doxygen compatibale comments 1 kuukausi sitten
.cproject 853119d5d3 Updated README.md file 1 kuukausi sitten
.gitignore 37ea999ec3 Updated .gitignore Made Doxygen documentation 1 kuukausi sitten
.project 4c05707ce1 Made a lot of changes to the code factor 1 kuukausi sitten
LICENSE 4c05707ce1 Made a lot of changes to the code factor 1 kuukausi sitten
README.md ab50a84a0a Update README.md 1 kuukausi sitten
blasteroids.doxyfile ddbe42eb15 The documentation is generated with PDF hyperlink 1 kuukausi sitten
makefile 4c05707ce1 Made a lot of changes to the code factor 1 kuukausi sitten

README.md

blasteroids

Explanation

The game is not finished yet! You may even have 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 On average I reply back within a week. Advices are welcome! Sorry for poor documentation, some things you would have to figure out on your own.

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 You can just type make It may work, may not work

Eclipse

The project is compatibale with Eclipse IDE. The make file should still work. Import the project into eclipse IDE as existing C project. The settings and deps should autoapply. The prefered version of Eclipse IDE is C/C++ package.

How to play

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

Documentation

The documentation is available if you generate doxygen Docs dir wit blasteroids.doxygen. All description of the functions is in the header files. They are located in include/ How they are implemented is in src/ where you can check, how I implemented them.