Skip to content

Commit

Permalink
Merge pull request #321 from tabreturn/road-invaders
Browse files Browse the repository at this point in the history
Road invaders
  • Loading branch information
kloptops authored Dec 6, 2023
2 parents 73ff89a + ae0160f commit 50fcf53
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Binary file added Road Invaders.zip
Binary file not shown.
Binary file added images/road.invaders.screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions markdown/roadinvaders.md
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

0 comments on commit 50fcf53

Please sign in to comment.