Skip to content

ASCII Pacman game, written with curses - ported to libpayload to be used with coreboot.

License

Notifications You must be signed in to change notification settings

filipleple/pacman-libpayload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pacman-libpayload

ASCII Pacman game, written with curses, ported to libpayload to be used with coreboot. Works with both regular video output and in headless mode over serial console.

qemu screenshot

Running

Grab the latest release, and run qemu-kvm -bios pacman_qemu_q35.rom -M q35.

Building

  • Build libpayload
  • Start from coreboot/payloads/pacman or edit the lpgcc path in Makefile
  • Run make
  • Build coreboot for your platform of choice with An ELF executable payload option pointing to the built pacman file.
  • Flash the coreboot.rom onto hardware, or run qemu-kvm -bios coreboot.rom -M q35 if you've built for the emulation target.

Playing

Use the keys:

  x - left
  c - right
  k - up
  m - down

to move.

About

ASCII Pacman game, written with curses - ported to libpayload to be used with coreboot.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.4%