-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #321 from tabreturn/road-invaders
Road invaders
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Road Invaders (https://blasin.itch.io/road-invaders) | ||
=========== | ||
|
||
Original version by: | ||
https://blasin.itch.io/road-invaders | ||
|
||
Description | ||
=========== | ||
|
||
An action game that's part vertical-scrolling racer, part match-2 game. Move your car and punch cubes, matching cubes to shift gear on your way to achieving the highest score! Game files are already included and ready to go. Thanks to Blasin for permission to distribute the files. | ||
|
||
To compile: | ||
=========== | ||
|
||
wget https://github.com/love2d/love/releases/download/11.4/love-11.4-linux-src.tar.gz | ||
tar xf love-11.4-linux-src.tar.gz | ||
cd love-11.4/ | ||
./configure | ||
LOVE_GRAPHICS_USE_OPENGLES=1 make -j12 | ||
strip src/.libs/liblove-11.4.so | ||
scp src/.libs/liblove-11.4.so device/libs | ||
scp src/.libs/love device/ | ||
|
||
Controls: | ||
=========== | ||
|
||
LEFT/RIGHT = Horizontal movement | ||
START = Pause game | ||
SELECT = Exit game | ||
|