Skip to content

korikmat/Space-Invaders-termpaper-apo

Repository files navigation

Launch Guide!

IMPORTATN: The executable was compiled for an RED type board!!! 
		If you are using the GREEN type board, 
		comment out #define ILI9481 in kit_tools/mzapo_parlcd.c

Running through a ready-made executable file:
1) You can run the game if you download all the files from the git from 
the executable_files folder and transfer these three files to the board. 
After that you can run the game in the standard way(./space_invaders).
However, if you are transferring files using SSH, 
use the following launch command: 

ssh $(SSH_OPTIONS) -t $(TARGET_USER)@$(TARGET_IP) "cd $(TARGET_DIR) && ./$(TARGET_EXE)".

2) You can run the game by compiling it yourself.
To do this, download the space_invaders file from the git repository.
Edit the Makefile with the ip board and the location of the SSH key 
and run the make run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published