Skip to content

Commit

Permalink
Add md file to markdown directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tabreturn committed Dec 4, 2023
1 parent d1ecdc9 commit ae0160f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Binary file modified Road Invaders.zip
Binary file not shown.
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 ae0160f

Please sign in to comment.