설명 없음

Loxbert Asher ddbe42eb15 The documentation is generated with PDF hyperlink 11 시간 전
include f86cbb1294 Doxygen compatibale comments 12 시간 전
src f86cbb1294 Doxygen compatibale comments 12 시간 전
.cproject 853119d5d3 Updated README.md file 12 시간 전
.gitignore 37ea999ec3 Updated .gitignore Made Doxygen documentation 12 시간 전
.project 4c05707ce1 Made a lot of changes to the code factor 6 일 전
LICENSE 4c05707ce1 Made a lot of changes to the code factor 6 일 전
README.md 853119d5d3 Updated README.md file 12 시간 전
blasteroids.doxyfile ddbe42eb15 The documentation is generated with PDF hyperlink 11 시간 전
makefile 4c05707ce1 Made a lot of changes to the code factor 6 일 전

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 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.