PinePhone Game Thread
#31
Actually the rii keyboard fits into the 8bitdo SN30 phone holde without any extra gimmicks - just snap in at angle - see comment:

https://forum.pine64.org/showthread.php?...#pid126315


Attached Files Thumbnail(s)
   
  Reply
#32
It is much better building games on the Pinephone, if you have the Rii keyboard - 8Bitdo phone holder.
https://forum.pine64.org/showthread.php?...#pid126315




Ski jumping game in the terminal:

https://github.com/mihneabuz/AsciiJump

$ sudo apt install build-essential
$ sudo apt install libncurses-dev
$ unzip AsciiJump-master.zip
$ cd AsciiJump-master/
$ make
$ ./asciijump


Other terminal games you can try to get working:

https://ligurio.github.io/awesome-ttygames/



Classy sidescrolling game in X:

https://github.com/lvella/xevil

$ sudo apt install libxpm-dev
$ unzip xevil-master.zip
$ cd xevil-master/
$ make HOSTTYPE=arm
$ ./x11/REDHAT_LINUX/xevil


Visual memory game in Qt:

https://github.com/0x464e/pairs_gui

$ sudo apt install qtbase5-dev
$ unzip pairs_gui-master.zip
$ cd pairs_gui-master/
$ qmake -makefile
$ make
$ ./pairs_gui


Clever chess game in SDL:

https://sourceforge.net/projects/mpchess/

$ sudo apt install libsdl1.2-dev
$ tar zxvf mpchess-1.2.2.tar.gz
$ cd mpchess-1.2.2/
$ ./comp
$ ./chess


Basic pong with no acceleration in SDL:

https://github.com/nathan242/sdl-pong

$ sudo apt install libsdl1.2-dev libsdl-image1.2-dev
$ unzip SDL-pong-master.zip
$ cd SDL-pong-master/
Edit makefile
  2        g++ -o pong pong.o physics.o -lSDL -lSDL_image
$ make
$ ./pong


Hilarious volleyball game in SDL:

https://packages.debian.org/bullseye/gav

$ sudo apt install libsdl1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev libsdl-mixer1.2-dev
$ tar zxvf gav_0.9.0.orig.tar.gz
$ gunzip gav_0.9.0-3.diff.gz
$ mkdir gav-0.9.0/debian
$ patch -p0 < gav_0.9.0-3.diff
$ cd gav-0.9.0/
$ make -f Makefile.Linux
$ ./gav
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I record video on a Pinephone? kk22 23 22,864 03-25-2026, 12:55 PM
Last Post: baptx
  Pinephone visibly losing power while plugged in Hiraghm 8 7,236 03-09-2026, 07:51 PM
Last Post: Tia Vaughan
  pinephone-support package not upgradable on Mobian fhireman 5 7,340 02-28-2026, 05:49 PM
Last Post: baptx
  beep - playing PCM samples on PinePhone? WhiteHexagon 0 1,080 12-04-2025, 08:07 AM
Last Post: WhiteHexagon
Star Selling my Pinephone Pro Explorer Edition zheyon 2 4,376 12-01-2025, 10:25 AM
Last Post: Kevin Kofler
  PinePhone sensors - Gyroscope power WhiteHexagon 3 1,910 11-30-2025, 08:07 AM
Last Post: WhiteHexagon
  Light Sensor / Proximity Sensor on PinePhone? WhiteHexagon 1 1,485 11-18-2025, 03:07 PM
Last Post: WhiteHexagon
  Pinephone boot. Richy_T 8 7,069 10-21-2025, 12:12 PM
Last Post: Richy_T
  Does PinePhone support long-term battery health optimization? roseblack 5 3,392 10-06-2025, 09:05 PM
Last Post: Kevin Kofler
  iso pinephone for sale (USA) elwoodb25 0 4,647 09-24-2025, 09:25 PM
Last Post: elwoodb25

Forum Jump:


Users browsing this thread: 1 Guest(s)